mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
48 lines
2.1 KiB
Text
48 lines
2.1 KiB
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2006 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/lib/postfix/bounce {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/kerberosclient>
|
|
#include <program-chunks/postfix-common>
|
|
|
|
capability setgid,
|
|
capability setuid,
|
|
|
|
/usr/lib/postfix/bounce rix,
|
|
|
|
/{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]/* rwl,
|
|
/{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}active/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}bounce/[0-9A-F]/[0-9A-F]/* rwl,
|
|
/{var/spool/postfix/,}bounce/[0-9A-F]/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}bounce/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}defer/[0-9A-F]/[0-9A-F]/* rwl,
|
|
/{var/spool/postfix/,}defer/[0-9A-F]/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}defer/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]/* rwl,
|
|
/{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}incoming/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}trace/[0-9A-F]/[0-9A-F]/* rwl,
|
|
/{var/spool/postfix/,}trace/[0-9A-F]/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}trace/[0-9A-F]* rwl,
|
|
/{var/spool/postfix/,}public/cleanup w,
|
|
/{var/spool/postfix/,}pid/unix.bounce rw,
|
|
/{var/spool/postfix/,}pid/unix.defer rw,
|
|
/{var/spool/postfix/,}pid/unix.trace rw,
|
|
|
|
/etc/postfix/main.cf r,
|
|
/proc/net/if_inet6 r,
|
|
/proc/sys/kernel/ngroups_max r,
|
|
}
|