commit: 3e011c458788c08fb6f0ecbb5759f0018c2e4c1d
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Sun Apr 27 15:29:50 2014 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 15:29:50 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3e011c45
Supported upstream
---
policy/modules/contrib/snort.te | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/policy/modules/contrib/snort.te b/policy/modules/contrib/snort.te
index 88819c7..42e685f 100644
--- a/policy/modules/contrib/snort.te
+++ b/policy/modules/contrib/snort.te
@@ -115,15 +115,3 @@ optional_policy(`
optional_policy(`
udev_read_db(snort_t)
')
-
-ifdef(`distro_gentoo',`
- ##########################################
- #
- # Local policy
- #
- # Reported through IRC - needs write, append is not enough
- allow snort_t snort_log_t:file write_file_perms;
-
- # Init creates /var/run/snort if it does not exist yet
- init_daemon_run_dir(snort_var_run_t, "snort")
-')