2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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/cleanup {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
#include <abstractions/kerberosclient>
|
|
|
|
#include <program-chunks/postfix-common>
|
|
|
|
|
|
|
|
capability net_bind_service,
|
|
|
|
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/lib/postfix/cleanup rmix,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
/{var/spool/postfix/,}incoming/[0-9]*.[0-9]* 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/,}private/{rewrite,bounce} w,
|
|
|
|
/{var/spool/postfix/,}public/qmgr w,
|
2006-08-04 18:13:59 +00:00
|
|
|
/{var/spool/postfix/,}hold/[0-9A-F]* w,
|
2006-05-02 00:25:47 +00:00
|
|
|
/{var/spool/postfix/,}pid/unix.cleanup rw,
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/{m,fs}tab r,
|
|
|
|
/etc/postfix/* r,
|
|
|
|
/proc/sys/kernel/ngroups_max r,
|
|
|
|
/proc/{stat,cpuinfo} r,
|
|
|
|
}
|