File: postsrsd.apparmor.in

package info (click to toggle)
postsrsd 1.5-2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: ansic: 1,584; sh: 201; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#include <tunables/global>

/usr/sbin/postsrsd {
  #include <abstractions/base>
  #include <abstractions/nameservice>

  capability setuid,
  capability sys_chroot,
  /etc/postsrsd.secret r,
  @CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@ mr,
}