This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/apparmor.d/usr.sbin.clamd
T
caelebfiandGitea 6fcf336886 committing changes in /etc after apt run
Package changes:
-clamav 0.102.4+dfsg-0+deb9u2 amd64
-clamav-base 0.102.4+dfsg-0+deb9u2 all
-clamav-daemon 0.102.4+dfsg-0+deb9u2 amd64
-clamav-freshclam 0.102.4+dfsg-0+deb9u2 amd64
-clamdscan 0.102.4+dfsg-0+deb9u2 amd64
+clamav 0.103.4+dfsg-0+deb9u1 amd64
+clamav-base 0.103.4+dfsg-0+deb9u1 all
+clamav-daemon 0.103.4+dfsg-0+deb9u1 amd64
+clamav-freshclam 0.103.4+dfsg-0+deb9u1 amd64
+clamdscan 0.103.4+dfsg-0+deb9u1 amd64
-libclamav9 0.102.4+dfsg-0+deb9u2 amd64
+libclamav9 0.103.4+dfsg-0+deb9u1 amd64
2022-01-10 16:39:18 +01:00

62 lines
1.2 KiB
Plaintext

# vim:syntax=apparmor
# Author: Jamie Strandboge <jamie@ubuntu.com>
# Last Modified: Sun Aug 3 09:39:03 2008
#include <tunables/global>
/usr/sbin/clamd {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/openssl>
# LP: #433764:
capability dac_override,
# needed, when using systemd
capability setgid,
capability setuid,
capability chown,
@{PROC}/filesystems r,
@{PROC}/[0-9]*/status r,
/etc/clamav/clamd.conf r,
/usr/sbin/clamd mr,
/tmp/ rw,
/tmp/** krw,
/var/lib/clamav/ r,
/var/lib/clamav/** krw,
/var/log/clamav/* krw,
/{,var/}run/clamav/clamd.ctl w,
/{,var/}run/clamav/clamd.pid w,
/var/spool/clamsmtp/* r,
/var/spool/qpsmtpd/* r,
/var/spool/p3scan/children/** r,
/var/spool/havp/** r,
# For amavisd-new integration
/var/lib/amavis/tmp/** r,
# For mimedefang integration
/var/spool/MIMEDefang/mdefang-*/Work/ r,
/var/spool/MIMEDefang/mdefang-*/Work/** r,
# For use with exim
/var/spool/exim4/** r,
# Allow home dir to be scanned
@{HOME}/ r,
@{HOME}/** r,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.sbin.clamd>
}