2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

profile: Allow SSL access to freshclam

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
This commit is contained in:
Bernhard M. Wiedemann
2020-10-06 15:03:15 +02:00
parent 6e908f28d6
commit 286f071259

View File

@@ -17,6 +17,7 @@ include <tunables/global>
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice>
include <abstractions/openssl>
capability setgid,
capability setuid,
@@ -27,4 +28,5 @@ include <tunables/global>
/var/lib/clamav/** rw,
owner /run/clamav/freshclam.pid w,
include if exists <local/usr.bin.freshclam>
}