apparmor/profiles/extras/usr.sbin.sendmail.sendmail
Seth Arnold 087c48b35e r3527@dhcp-81: root | 2006-08-02 15:33:07 -0700
Fix up the m, U, and P stuff, and other misc fixes
2006-08-04 18:13:59 +00:00

51 lines
1.6 KiB
Text

# $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.
#
# ------------------------------------------------------------------
#include <tunables/global>
/usr/sbin/sendmail.sendmail {
#include <abstractions/base>
#include <abstractions/nameservice>
/proc/loadavg r,
/proc/cpuinfo r,
/etc/aliases rw,
/etc/aliases.db rw,
/etc/fstab r,
/etc/hosts.allow r,
/etc/hosts.deny r,
/etc/ldap.conf r,
/etc/mail/statistics rw,
/etc/mail/* r,
/etc/mtab r,
/etc/sendmail.cf r,
/etc/sendmail.cw r,
/etc/shells r,
/proc/stat r,
/root/.forward rw,
/root/dead.letter w,
/usr/bin/procmail Px,
/usr/kerberos/lib/lib*.so* r,
/usr/lib/sasl r,
/usr/lib/sasl/* mr,
/usr/lib/sasl2 r,
/usr/lib/sasl2/* mr,
/usr/sbin/sendmail.sendmail rmix,
/var/run/sendmail.pid rwl,
/var/run/sm-client.pid rwl,
/var/run/utmp rw,
/var/spool/clientmqueue r,
/var/spool/clientmqueue/* rwl,
/var/spool/mail rwl,
/var/spool/mail/* rwl,
/var/spool/mqueue rwl,
/var/spool/mqueue/* rwl,
}