mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 16:55:32 +00:00
profiles/postfix-master: grant signal+unix communication with children
Grant the ability to communicate with the postfix named child profiles via signals and unix sockets. Include the path-based match names as a fallback on upgrades. Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
This commit is contained in:
@@ -20,6 +20,13 @@ profile postfix-master /usr/lib/postfix/{sbin/,}master {
|
||||
capability kill,
|
||||
capability dac_override,
|
||||
|
||||
signal send peer=/usr/lib/postfix/*,
|
||||
signal send peer=postfix-*,
|
||||
signal peer=@{profile_name},
|
||||
|
||||
unix (send receive) type=stream peer=(label=/usr/lib/postfix/*),
|
||||
unix (send receive) type=stream peer=(label=postfix-*),
|
||||
|
||||
/etc/postfix/master.cf r,
|
||||
/{var/spool/postfix/,}pid/master.pid rwk,
|
||||
/{var/spool/postfix/,}private/* wl,
|
||||
|
Reference in New Issue
Block a user