From cd5f65de927969d57a211d9af130bb446072a58d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 12 Jan 2017 09:36:39 -0500 Subject: [PATCH] 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 + .../postfix/{postfix-3.1.2-r1.ebuild => postfix-3.1.2-r2.ebuild} | 0 .../postfix/{postfix-3.1.4.ebuild => postfix-3.1.4-r1.ebuild} | 0 3 files changed, 1 insertion(+) rename mail-mta/postfix/{postfix-3.1.2-r1.ebuild => postfix-3.1.2-r2.ebuild} (100%) rename mail-mta/postfix/{postfix-3.1.4.ebuild => postfix-3.1.4-r1.ebuild} (100%) 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 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 -- 2.26.2