You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

postsrsd.apparmor.in 239B

123456789101112
  1. #include <tunables/global>
  2. /usr/sbin/postsrsd {
  3. #include <abstractions/base>
  4. #include <abstractions/nameservice>
  5. capability setuid,
  6. capability sys_chroot,
  7. /etc/postsrsd.secret r,
  8. @CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@ mr,
  9. }