File: apparmor.aprx

package info (click to toggle)
aprx 2.9.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,408 kB
  • sloc: ansic: 15,809; sh: 598; makefile: 162
file content (17 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (5)
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,
}