2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
|
|
|
#include <tunables/global>
|
|
|
|
|
|
|
|
/usr/sbin/postdrop {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/kerberosclient>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
#include <program-chunks/postfix-common>
|
|
|
|
|
2007-01-03 07:29:28 +00:00
|
|
|
# This is needed at least for permissions=paranoid
|
|
|
|
capability dac_override,
|
|
|
|
capability dac_read_search,
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/postfix r,
|
|
|
|
/etc/postfix/main.cf r,
|
2006-08-04 18:13:59 +00:00
|
|
|
/etc/postfix/postfix-script mixr,
|
2006-04-11 21:52:54 +00:00
|
|
|
/proc/net/if_inet6 r,
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/sbin/postdrop rmix,
|
2006-04-11 21:52:54 +00:00
|
|
|
/var/spool/postfix r,
|
|
|
|
/var/spool/postfix/maildrop r,
|
|
|
|
/var/spool/postfix/maildrop/* rwl,
|
|
|
|
/var/spool/postfix/pid r,
|
|
|
|
/var/spool/postfix/public/pickup w,
|
|
|
|
}
|