Hide Forgot
Description of problem: When rsyslog is configured to spool files to /var/spool/rsyslog it cannot search /var/spool because it cannot search var_spool_t Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. semanage fcontext -l | grep rsyslog # shows that /var/spool/rsyslog(/.*)? is labeled var_log_t 2. sesearch --allow -t var_spool_t -c dir -p search -s syslogd_t Actual results: no output Expected results: allow syslogd_t var_spool_t : dir { search } Additional info:
Fixed in selinux-policy-3.7.19-118.el6 Preview of 6.2 selinux-policy available in http://people.redhat.com/dwalsh/SELinux/RHEL6
I forgot to mention the version was 3.7.19-93
Right so if you can download the newer version and confirm the fix, that would be great.
*** This bug has been marked as a duplicate of bug 705277 ***