summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2014-08-06 20:07:32 +0200
committerSven Vermeulen <sven.vermeulen@siphos.be>2014-08-06 20:07:32 +0200
commit651e8313fa132e001f07edc4cafdcf50b1b0a031 (patch)
tree768eb3dd107110af43ecc0107feb25705df108fb
parentWorkaround for bug #514440 - sntp is in bin, not sbin (diff)
downloadhardened-refpolicy-651e8313fa132e001f07edc4cafdcf50b1b0a031.tar.gz
hardened-refpolicy-651e8313fa132e001f07edc4cafdcf50b1b0a031.tar.bz2
hardened-refpolicy-651e8313fa132e001f07edc4cafdcf50b1b0a031.zip
Merged upstream, so can be removed from the ifdef distro_gentoo
-rw-r--r--policy/modules/contrib/apache.fc15
1 files changed, 0 insertions, 15 deletions
diff --git a/policy/modules/contrib/apache.fc b/policy/modules/contrib/apache.fc
index 0a2dbfd6a..4222f2e10 100644
--- a/policy/modules/contrib/apache.fc
+++ b/policy/modules/contrib/apache.fc
@@ -175,19 +175,4 @@ ifdef(`distro_suse',`
ifdef(`distro_gentoo',`
/usr/share/build-1/libtool -- gen_context(system_u:object_r:bin_t,s0)
-
-# Support for Hiawatha bug 513362
-/etc/hiawatha(/.*)? gen_context(system_u:object_r:httpd_config_t,s0)
-
-/etc/rc\.d/init\.d/hiawatha -- gen_context(system_u:object_r:httpd_initrc_exec_t,s0)
-
-/usr/bin/ssi-cgi -- gen_context(system_u:object_r:httpd_exec_t,s0)
-
-/usr/sbin/cgi-wrapper -- gen_context(system_u:object_r:httpd_exec_t,s0)
-/usr/sbin/hiawatha -- gen_context(system_u:object_r:httpd_exec_t,s0)
-/usr/sbin/wigwam -- gen_context(system_u:object_r:httpd_exec_t,s0)
-
-/var/lib/hiawatha(/.*)? gen_context(system_u:object_r:httpd_var_lib_t,s0)
-
-/var/log/hiawatha(/.*)? gen_context(system_u:object_r:httpd_log_t,s0)
')