2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2005 Novell/SUSE
|
2018-03-25 22:02:54 -07:00
|
|
|
# Copyright (C) 2015-2018 Canonical, Ltd.
|
2006-04-11 21:52:54 +00:00
|
|
|
#
|
|
|
|
# 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/*
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
capability setuid,
|
|
|
|
capability setgid,
|
2006-08-04 18:13:59 +00:00
|
|
|
capability sys_chroot,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2015-04-15 23:32:50 -07:00
|
|
|
# postfix's master can send us signals
|
2018-03-25 22:02:54 -07:00
|
|
|
signal receive peer=postfix-master,
|
2015-04-15 23:32:50 -07:00
|
|
|
|
2018-03-25 22:02:54 -07:00
|
|
|
unix (send, receive) peer=(label=postfix-master),
|
2015-04-15 23:32:50 -07:00
|
|
|
|
|
|
|
/etc/mailname r,
|
2006-04-11 21:52:54 +00:00
|
|
|
/etc/postfix/*.cf r,
|
2017-08-22 12:43:18 +02:00
|
|
|
/etc/postfix/*.db rk,
|
2007-05-25 02:09:30 +00:00
|
|
|
@{PROC}/net/if_inet6 r,
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/lib/postfix/*.so mr,
|
2015-04-15 23:32:50 -07:00
|
|
|
/usr/lib{,32,64}/sasl2/* mr,
|
|
|
|
/usr/lib{,32,64}/sasl2/ r,
|
|
|
|
/usr/lib/@{multiarch}/sasl2/* mr,
|
|
|
|
/usr/lib/@{multiarch}/sasl2/ r,
|
|
|
|
|
|
|
|
/var/spool/postfix/etc/* r,
|
|
|
|
/var/spool/postfix/lib/lib*.so* mr,
|
|
|
|
/var/spool/postfix/lib/@{multiarch}/lib*.so* mr,
|
2018-11-30 14:23:56 +01:00
|
|
|
|
|
|
|
/etc/postfix/dynamicmaps.cf.d/ r,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
2019-01-24 04:34:03 -08:00
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/postfix-common.d>
|