diff --git a/profiles/extras/usr.sbin.popper b/profiles/extras/usr.sbin.popper new file mode 100644 index 000000000..1ff4932cc --- /dev/null +++ b/profiles/extras/usr.sbin.popper @@ -0,0 +1,26 @@ +# $Id:$ +# ------------------------------------------------------------------ +# +# Copyright (C) 2002-2005 Novell/SUSE +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public +# License published by the Free Software Foundation. +# +# ------------------------------------------------------------------ +# vim:syntax=apparmor +# Last Modified: Wed Aug 31 11:14:09 2005 +#include + +/usr/sbin/popper { + #include + #include + #include + #include + + capability setgid, + capability setuid, + + /usr/sbin/popper mr, + /var/spool/mail/* rw, +}