On Mon, Dec 06, 2004 at 10:49:13AM -0800, Arthur Stephens wrote: > Then I replaced the filecontents with the filecontents.rpmnew > and policy.8 with policy.8.rpm new > and now I get theses messages... > > Dec 6 13:19:21 webmail kernel: audit(1102367961.429:0): avc: denied { > unlink } for pid=1959 exe=/usr/sbin/httpd name=ssl_mutex.1959 dev=dm-0 > ino=229025 scontext=root:system_r:httpd_t tcontext=root:object_r:httpd_log_t > tclass=file > Dec 6 13:19:22 webmail httpd: httpd startup succeeded > Dec 6 13:19:22 webmail kernel: audit(1102367962.716:0): avc: denied { > unlink } for pid=1960 exe=/usr/sbin/httpd name=ssl_mutex.1959 dev=dm-0 > ino=229025 scontext=root:system_r:httpd_t tcontext=root:object_r:httpd_log_t > tclass=file This shouldn't happen in the default config - did you regenerate your config files using system-config-httpd or something? Find the "SSLMutex" line in /etc/httpd/conf.d/ssl.conf and replace it with: SSLMutex default and you should be OK. joe