this is not really a bug, but on default policy config it caused me a lot of trouble so i am posting this in case other people encouter this.
when you turn on RBAC, using default policy file which was shipped with the package (not learning), and if rsyslog is enabled it will go up to 100% CPU (it loops trying to write some logs i think) and stay there until you stop the service/kill the process.
the problem is even if you turn off RBAC, the process will still remain there with 100% CPU until you stop the service/kill the process.
the interesting thing is that its not rsyslog causing the problem but /bin/dd, adding:
subject /bin/dd
+CAP_SYS_ADMIN
will fix the problem.
i think this is true for other syslog daemons, like klogd, etc.
i found the following dd that causes the problem(i think):
root 7814 1 0 03:29 ? 00:00:00 dd bs=1 if=/proc/kmsg of=/var/run/rsyslog/kmsg