diff options
author | Craig Andrews <candrews@integralblue.com> | 2017-01-12 09:36:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-24 13:04:11 -0500 |
commit | cd5f65de927969d57a211d9af130bb446072a58d (patch) | |
tree | 3dd40f6dcf6a5edc6a92b6c479fcfc6bcd3b9793 /mail-mta | |
parent | www-servers/nginx: Bump to v1.11.9 (diff) | |
download | gentoo-cd5f65de927969d57a211d9af130bb446072a58d.tar.gz gentoo-cd5f65de927969d57a211d9af130bb446072a58d.tar.bz2 gentoo-cd5f65de927969d57a211d9af130bb446072a58d.zip |
mail-mta/postfix: Allow writing to /etc/mail/aliases.db
Gentoo-bug: 603458
Closes: https://github.com/gentoo/gentoo/pull/3443
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/files/postfix.service | 1 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-3.1.2-r2.ebuild (renamed from mail-mta/postfix/postfix-3.1.2-r1.ebuild) | 0 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-3.1.4-r1.ebuild (renamed from mail-mta/postfix/postfix-3.1.4.ebuild) | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/mail-mta/postfix/files/postfix.service b/mail-mta/postfix/files/postfix.service index eddd5507ba8e..585849e978b3 100644 --- a/mail-mta/postfix/files/postfix.service +++ b/mail-mta/postfix/files/postfix.service @@ -12,6 +12,7 @@ ExecReload=/usr/sbin/postfix reload PrivateTmp=yes PrivateDevices=yes ProtectSystem=full +ReadWritePaths=-/etc/mail/aliases.db CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE MemoryDenyWriteExecute=true diff --git a/mail-mta/postfix/postfix-3.1.2-r1.ebuild b/mail-mta/postfix/postfix-3.1.2-r2.ebuild index 4856673c9fd7..4856673c9fd7 100644 --- a/mail-mta/postfix/postfix-3.1.2-r1.ebuild +++ b/mail-mta/postfix/postfix-3.1.2-r2.ebuild diff --git a/mail-mta/postfix/postfix-3.1.4.ebuild b/mail-mta/postfix/postfix-3.1.4-r1.ebuild index f4b3e825490b..f4b3e825490b 100644 --- a/mail-mta/postfix/postfix-3.1.4.ebuild +++ b/mail-mta/postfix/postfix-3.1.4-r1.ebuild |