/etc/apparmor.d/sbin.aprx is in aprx 2.9.0+dfsg-1.
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 | #include <tunables/global>
/sbin/aprx {
#include <abstractions/base>
#include <abstractions/nameservice>
capability setgid,
capability setuid,
capability sys_chroot,
/etc/aprx.conf r,
owner /var/run/aprx.pid rwk,
owner /var/run/aprx.state rwk,
owner /var/log/aprx/* rwk,
}
|