]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Lets remove global label for logs directories under /var/www, if we have specific...
authorDan Walsh <dwalsh@redhat.com>
Tue, 6 Dec 2011 16:26:21 +0000 (11:26 -0500)
committerDan Walsh <dwalsh@redhat.com>
Tue, 6 Dec 2011 16:26:21 +0000 (11:26 -0500)
policy/modules/services/apache.fc

index 34ebed57581b213b4ab7e76537ce9bca2ac8df00..c738795609c68dc81256a0edf5fe72bc97d1a924 100644 (file)
@@ -124,8 +124,6 @@ ifdef(`distro_debian', `
 /var/spool/viewvc(/.*)?                        gen_context(system_u:object_r:httpd_sys_rw_content_t, s0)
 
 /var/www(/.*)?                         gen_context(system_u:object_r:httpd_sys_content_t,s0)
-/var/www(/.*)?/logs(/.*)?              gen_context(system_u:object_r:httpd_log_t,s0)
-/var/www/html(/.*)?/logs(/.*)?         gen_context(system_u:object_r:httpd_sys_content_t,s0)
 /var/www/[^/]*/cgi-bin(/.*)?           gen_context(system_u:object_r:httpd_sys_script_exec_t,s0)
 /var/www/cgi-bin(/.*)?                 gen_context(system_u:object_r:httpd_sys_script_exec_t,s0)
 /var/www/icons(/.*)?                   gen_context(system_u:object_r:httpd_sys_content_t,s0)