AppArmor profile exchange

Find profiles by name | Find profiles by author | Find profiles by name and author | List all profiles | List all users | My profiles | New profile | Anonymous | Login
/usr/sbin/postgrey stive Mon Jan 26 19:26:49 +0100 2009 42 views
#include <tunables/global>
/usr/sbin/postgrey {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/perl>

  capability chown,
  capability setgid,
  capability setuid,

  /etc/postgrey/* r,
  /usr/bin/perl ix,
  /usr/lib/** mr,
  /usr/sbin/postgrey mr,
  /usr/share/perl/** r,
  /usr/share/perl5/** r,
  /var/lib/postgrey/ r,
  /var/lib/postgrey/* krw,
  /var/run/postgrey.pid w,
}

Edit | Show | History