2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

lost profile, not sure why it wasn't checked in earlier

This commit is contained in:
Seth Arnold
2006-10-31 14:26:09 +00:00
parent 59f30353a1
commit 888bb58330

View File

@@ -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 <tunables/global>
/usr/sbin/popper {
#include <abstractions/authentication>
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/user-mail>
capability setgid,
capability setuid,
/usr/sbin/popper mr,
/var/spool/mail/* rw,
}