mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
53 lines
2.1 KiB
Text
53 lines
2.1 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.postfix {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/kerberosclient>
|
|
#include <abstractions/user-tmp>
|
|
#include <program-chunks/postfix-common>
|
|
|
|
/etc/mtab r,
|
|
/etc/postfix r,
|
|
/etc/postfix/aliases r,
|
|
/etc/postfix/aliases.db rw,
|
|
/etc/postfix/main.cf r,
|
|
/etc/postfix/postfix-script Px,
|
|
/proc/meminfo r,
|
|
/proc/net/if_inet6 r,
|
|
/usr/lib/postfix r,
|
|
/usr/lib/postfix/master Px,
|
|
/usr/lib/postfix/showq Px,
|
|
/usr/sbin/postalias Px,
|
|
/usr/sbin/postdrop Px,
|
|
/usr/sbin/postqueue Px,
|
|
/usr/sbin/sendmail.postfix rmix,
|
|
/var/spool/postfix r,
|
|
/var/spool/postfix/active r,
|
|
/var/spool/postfix/bounce r,
|
|
/var/spool/postfix/corrupt r,
|
|
/var/spool/postfix/defer r,
|
|
/var/spool/postfix/deferred r,
|
|
/var/spool/postfix/incoming r,
|
|
/var/spool/postfix/maildrop r,
|
|
/var/spool/postfix/maildrop/* lrw,
|
|
/var/spool/postfix/pid r,
|
|
/var/spool/postfix/private r,
|
|
/var/spool/postfix/public r,
|
|
/var/spool/postfix/public/pickup w,
|
|
/var/spool/postfix/public/showq w,
|
|
/var/spool/postfix/public/qmgr w,
|
|
/var/spool/postfix/saved r,
|
|
}
|