syslog-ng with selinux and targeted policy on RHEL4
July 18th, 2006
We use syslog-ng with remote logging to keep track of our logs. The targeted policy doesn’t allow syslog-ng to operate by default.
The following lines added to local.te in /etc/selinux/targeted/src/policy/domains/misc
will allow syslog-ng to bind to port 514 and access proc kmsg for kernel messages (such as avc messages!)
Read the rest of this entry »


