mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 10:51:03 +01:00
31 lines
1 KiB
Text
31 lines
1 KiB
Text
![]() |
# $Id: usr.lib.postfix.trivial-rewrite 6222 2006-02-03 23:42:57Z sarnold $
|
||
|
# ------------------------------------------------------------------
|
||
|
#
|
||
|
# 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/trivial-rewrite {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/nameservice>
|
||
|
#include <abstractions/kerberosclient>
|
||
|
#include <program-chunks/postfix-common>
|
||
|
|
||
|
/usr/lib/postfix/trivial-rewrite rix,
|
||
|
|
||
|
/etc/postfix/relocated.db r,
|
||
|
/etc/postfix/transport.db r,
|
||
|
/etc/postfix/virtual.db r,
|
||
|
/etc/{m,fs}tab r,
|
||
|
/var/spool/postfix/pid/unix.rewrite rw,
|
||
|
|
||
|
/proc/{cpuinfo,stat} r,
|
||
|
/proc/sys/kernel/ngroups_max r,
|
||
|
}
|