From 7bf1025fa8d75eeda255bbd5ed2c4a7d70d4f045 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Tue, 7 Feb 2012 17:18:16 -0500 Subject: [PATCH] Revert "Dropping support for snort since it was dropped from Fedora. Users should use nagios" This reverts commit 76d9bfedb6c7b7ad5ffdd2e93df2f75e1c8a29f2. --- modules-mls.conf | 7 +++++++ modules-targeted.conf | 7 +++++++ selinux-policy.spec | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/modules-mls.conf b/modules-mls.conf index 01af4ee6..29a192c3 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -1942,6 +1942,13 @@ cgroup = module # courier = module +# Layer: services +# Module: snort +# +# Snort network intrusion detection system +# +snort = module + # Layer: services # Module: memcached # diff --git a/modules-targeted.conf b/modules-targeted.conf index bf7f2c48..cbcc29c3 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -2320,6 +2320,13 @@ denyhosts = module # livecd = module +# Layer: services +# Module: snort +# +# Snort network intrusion detection system +# +snort = module + # Layer: services # Module: memcached # diff --git a/selinux-policy.spec b/selinux-policy.spec index d437b56a..8a1b898f 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -218,7 +218,7 @@ fi; if [ -e /etc/selinux/%2/.rebuild ]; then \ rm /etc/selinux/%2/.rebuild; \ if [ %1 -ne 1 ]; then \ - /usr/sbin/semodule -n -s %2 -r snort kudzu kerneloops execmem openoffice ada tzdata hal hotplug howl java mono moilscanner gamin audio_entropy audioentropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \ + /usr/sbin/semodule -n -s %2 -r kudzu kerneloops execmem openoffice ada tzdata hal hotplug howl java mono moilscanner gamin audio_entropy audioentropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \ fi \ rm -f /etc/selinux/%2/modules/active/modules/qemu.pp /etc/selinux/%2/modules/active/modules/nsplugin.pp \ /usr/sbin/semodule -B -n -s %2; \