File: postsrsd.apparmor.in

package info (click to toggle)
postsrsd 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 163
  • sloc: ansic: 1,462; sh: 204; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
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@ r,
}