diff options
author | Dominick Grift <dominick.grift@gmail.com> | 2012-11-29 13:03:19 +0100 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2012-12-03 10:32:29 +0100 |
commit | bbaeaa0b1c6c3de850ab6ec1c12e9abf66e8efee (patch) | |
tree | fba3c02258c574cfa4c502f1903462c17daaf55a /policy/modules/contrib/clamav.fc | |
parent | Changes to the irc policy module (diff) | |
download | hardened-refpolicy-bbaeaa0b1c6c3de850ab6ec1c12e9abf66e8efee.tar.gz hardened-refpolicy-bbaeaa0b1c6c3de850ab6ec1c12e9abf66e8efee.tar.bz2 hardened-refpolicy-bbaeaa0b1c6c3de850ab6ec1c12e9abf66e8efee.zip |
Changes to the clamav policy module
Ported from Fedora
Catch all clamd init scripts
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
Diffstat (limited to 'policy/modules/contrib/clamav.fc')
-rw-r--r-- | policy/modules/contrib/clamav.fc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/contrib/clamav.fc b/policy/modules/contrib/clamav.fc index dcaa04511..d72afcc31 100644 --- a/policy/modules/contrib/clamav.fc +++ b/policy/modules/contrib/clamav.fc @@ -1,6 +1,6 @@ /etc/clamav(/.*)? gen_context(system_u:object_r:clamd_etc_t,s0) -/etc/rc\.d/init\.d/clamd-wrapper -- gen_context(system_u:object_r:clamd_initrc_exec_t,s0) +/etc/rc\.d/init\.d/clamd.* -- gen_context(system_u:object_r:clamd_initrc_exec_t,s0) /usr/bin/clamscan -- gen_context(system_u:object_r:clamscan_exec_t,s0) /usr/bin/clamdscan -- gen_context(system_u:object_r:clamscan_exec_t,s0) |