commit: cd5f65de927969d57a211d9af130bb446072a58d Author: Craig Andrews <candrews <AT> integralblue <DOT> com> AuthorDate: Thu Jan 12 14:36:39 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 18:04:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5f65de
mail-mta/postfix: Allow writing to /etc/mail/aliases.db Gentoo-bug: 603458 Closes: https://github.com/gentoo/gentoo/pull/3443 mail-mta/postfix/files/postfix.service | 1 + mail-mta/postfix/{postfix-3.1.2-r1.ebuild => postfix-3.1.2-r2.ebuild} | 0 mail-mta/postfix/{postfix-3.1.4.ebuild => postfix-3.1.4-r1.ebuild} | 0 3 files changed, 1 insertion(+) diff --git a/mail-mta/postfix/files/postfix.service b/mail-mta/postfix/files/postfix.service index eddd550..585849e 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 similarity index 100% rename from mail-mta/postfix/postfix-3.1.2-r1.ebuild rename to 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 similarity index 100% rename from mail-mta/postfix/postfix-3.1.4.ebuild rename to mail-mta/postfix/postfix-3.1.4-r1.ebuild
