Comment 1 for bug 1928735

Revision history for this message
Adam Poldauf (adampoldauf) wrote :

It's caused by apparmor, with following it works

root@mail-proxymx-4:~$ cat /etc/apparmor.d/usr.sbin.postsrsd
#include <tunables/global>

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

  capability setuid,
  capability sys_chroot,
  /etc/postsrsd.secret r,
  /usr/sbin/postsrsd mr,
}