/etc/apparmor.d/usr.sbin.kopano-dagent is in kopano-dagent 8.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | #include <tunables/global>
/usr/sbin/kopano-dagent flags=(attach_disconnected) {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/user-tmp>
#include <abstractions/python>
capability chown,
capability dac_override,
capability dac_read_search,
capability setgid,
capability setuid,
@{PROC}/@{pid}/task/@{tid}/comm rw,
@{PROC}/@{pid}/cmdline r,
/etc/gai.conf r,
/etc/gss/mech.d/ r,
/etc/gss/mech.d/*.conf r,
/etc/kopano/dagent.cfg r,
/usr/sbin/kopano-dagent r,
/run/kopano/server.sock rw,
/usr/share/kopano-dagent/python/*.py{,c} r,
/var/lib/kopano/dagent/plugins/ r,
/etc/mapi/ r,
/etc/mapi/* r,
/run/kopano/dagent.pid rw,
/var/log/kopano/dagent.log rw,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.sbin.kopano-dagent>
}
|