clamav and amavis has been merge to antivirus policy

This commit is contained in:
Miroslav Grepl 2013-01-25 14:17:56 +01:00
parent b591902d83
commit 4c3676d47a
3 changed files with 6 additions and 26 deletions

View File

@ -47,12 +47,12 @@ alsa = module
# #
amanda = module amanda = module
# Layer: services # Layer: contrib
# Module: amavis # Module: antivirus
# #
# Anti-virus # Anti-virus
# #
amavis = module antivirus = module
# Layer: admin # Layer: admin
# Module: amtu # Module: amtu
@ -243,20 +243,13 @@ chrome = module
# #
chronyd = module chronyd = module
q# Layer: services # Layer: services
# Module: cipe # Module: cipe
# #
# Encrypted tunnel daemon # Encrypted tunnel daemon
# #
cipe = module cipe = module
# Layer: services
# Module: clamav
#
# ClamAV Virus Scanner
#
clamav = module
# Layer: services # Layer: services
# Module: clogd # Module: clogd
# #

View File

@ -68,13 +68,6 @@ alsa = module
# #
amanda = module amanda = module
# Layer: services
# Module: amavis
#
# Anti-virus
#
amavis = module
# Layer: admin # Layer: admin
# Module: amtu # Module: amtu
# #
@ -327,12 +320,6 @@ chronyd = module
# #
cipe = module cipe = module
# Layer: services
# Module: clamav
#
# ClamAV Virus Scanner
#
clamav = module
# Layer: services # Layer: services
# Module: clogd # Module: clogd

View File

@ -252,9 +252,9 @@ fi;
. %{_sysconfdir}/selinux/config; \ . %{_sysconfdir}/selinux/config; \
if [ -e /etc/selinux/%2/.rebuild ]; then \ if [ -e /etc/selinux/%2/.rebuild ]; then \
rm /etc/selinux/%2/.rebuild; \ rm /etc/selinux/%2/.rebuild; \
(cd /etc/selinux/%2/modules/active/modules; rm -f gnomeclock.pp ctdbd.pp fcoemon.pp isnsd.pp l2tpd.pp qemu.pp nsplugin.pp razor.pp pyzord.pp phpfpm.pp hotplug.pp consoletype.pp kudzu.pp howl.pp) \ (cd /etc/selinux/%2/modules/active/modules; rm -f amavis.pp clamav.pp gnomeclock.pp ctdbd.pp fcoemon.pp isnsd.pp l2tpd.pp qemu.pp nsplugin.pp razor.pp pyzord.pp phpfpm.pp hotplug.pp consoletype.pp kudzu.pp howl.pp) \
if [ %1 -ne 1 ]; then \ if [ %1 -ne 1 ]; then \
/usr/sbin/semodule -n -s %2 -r gnomeclock matahari xfs 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 pyzor razor pki-selinux phpfpm consoletype ctdbd fcoemon isnsd l2tp 2>/dev/null; \ /usr/sbin/semodule -n -s %2 -r amavis clamav gnomeclock matahari xfs 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 pyzor razor pki-selinux phpfpm consoletype ctdbd fcoemon isnsd l2tp 2>/dev/null; \
fi \ fi \
/usr/sbin/semodule -B -n -s %2; \ /usr/sbin/semodule -B -n -s %2; \
else \ else \