mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00
28 lines
906 B
Text
28 lines
906 B
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/postmap {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/kerberosclient>
|
|
#include <program-chunks/postfix-common>
|
|
|
|
/etc/fstab r,
|
|
/etc/mtab r,
|
|
/etc/postfix/* r,
|
|
/etc/postfix/*.db rwl,
|
|
/proc/cpuinfo r,
|
|
/proc/net/if_inet6 r,
|
|
/proc/stat r,
|
|
/usr/sbin/postmap rix,
|
|
}
|