From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B049139085 for ; Tue, 24 Jan 2017 18:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618382241A6; Tue, 24 Jan 2017 18:04:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B4B12241A6 for ; Tue, 24 Jan 2017 18:04:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 391F23416BF for ; Tue, 24 Jan 2017 18:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4FC12DDD for ; Tue, 24 Jan 2017 18:04:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1485281051.cd5f65de927969d57a211d9af130bb446072a58d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/files/, mail-mta/postfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/postfix/files/postfix.service mail-mta/postfix/postfix-3.1.2-r1.ebuild mail-mta/postfix/postfix-3.1.2-r2.ebuild mail-mta/postfix/postfix-3.1.4-r1.ebuild mail-mta/postfix/postfix-3.1.4.ebuild X-VCS-Directories: mail-mta/postfix/ mail-mta/postfix/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: cd5f65de927969d57a211d9af130bb446072a58d X-VCS-Branch: master Date: Tue, 24 Jan 2017 18:04:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 426be39c-34db-412e-ac7c-ddefbeffd73d X-Archives-Hash: 0e0349b59c7fdb702e092a6d5c5df6ea commit: cd5f65de927969d57a211d9af130bb446072a58d Author: Craig Andrews integralblue com> AuthorDate: Thu Jan 12 14:36:39 2017 +0000 Commit: Mike Gilbert gentoo 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