diff --git a/modules-mls.conf b/modules-mls.conf index 7f47f92b..7095b9dd 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -1935,13 +1935,6 @@ 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 002dfd97..c7776dc5 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -2298,13 +2298,6 @@ 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 71304442..87dd2128 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -221,7 +221,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 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 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; \ 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; \