mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

Move postfix-common from program-chunks/ to abstractions/; remove program-chunks directory since postfix-common was the last resident of that directory (and had been since 2007), and adjust the includes of all the profiles that include postfix-common. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
24 lines
722 B
Text
24 lines
722 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
# used with postfix/*
|
|
|
|
|
|
capability setuid,
|
|
capability setgid,
|
|
capability sys_chroot,
|
|
|
|
/etc/postfix/*.cf r,
|
|
/etc/postfix/*.db r,
|
|
@{PROC}/net/if_inet6 r,
|
|
/usr/lib/postfix/*.so mr,
|
|
/usr/lib64/sasl2/* mr,
|
|
/usr/lib64/sasl2/ r,
|
|
/usr/lib/sasl2/* mr,
|
|
/usr/lib/sasl2/ r,
|