From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1381056-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5ADFA15808B for <garchives@archives.gentoo.org>; Thu, 31 Mar 2022 03:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 387FBE0827; Thu, 31 Mar 2022 03:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA879E07FE for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 03:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D0143414F5 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 03:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B9F38E for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 03:31:24 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1648694453.04b123f76086ec111c475bd22b81b2da5be95037.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/postfix.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 04b123f76086ec111c475bd22b81b2da5be95037 X-VCS-Branch: master Date: Thu, 31 Mar 2022 03:31:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0bdfc52c-1904-4ffa-87a0-c0f2591fd662 X-Archives-Hash: 26642efdbb750199b2a25b8cccafa875 commit: 04b123f76086ec111c475bd22b81b2da5be95037 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Fri Mar 25 12:45:21 2022 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Mar 31 02:40:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=04b123f7 postfix: Move lines. No rule change. Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/services/postfix.te | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/policy/modules/services/postfix.te b/policy/modules/services/postfix.te index 0f865b00..a61882d4 100644 --- a/policy/modules/services/postfix.te +++ b/policy/modules/services/postfix.te @@ -738,6 +738,10 @@ allow postfix_showq_t postfix_spool_t:file read_file_perms; term_use_all_ptys(postfix_showq_t) term_use_all_ttys(postfix_showq_t) +optional_policy(` + systemd_use_nss(postfix_showq_t) +') + ######################################## # # Smtp delivery local policy @@ -761,10 +765,6 @@ optional_policy(` cyrus_stream_connect(postfix_smtp_t) ') -optional_policy(` - systemd_use_nss(postfix_smtp_t) -') - optional_policy(` dovecot_stream_connect(postfix_smtp_t) ') @@ -774,7 +774,7 @@ optional_policy(` ') optional_policy(` - systemd_use_nss(postfix_showq_t) + systemd_use_nss(postfix_smtp_t) ') ######################################## @@ -806,10 +806,6 @@ optional_policy(` certbot_read_lib(postfix_smtpd_t) ') -optional_policy(` - systemd_use_nss(postfix_smtpd_t) -') - optional_policy(` dovecot_stream_connect_auth(postfix_smtpd_t) dovecot_stream_connect(postfix_smtpd_t) @@ -840,6 +836,10 @@ optional_policy(` spamassassin_stream_connect_spamd(postfix_smtpd_t) ') +optional_policy(` + systemd_use_nss(postfix_smtpd_t) +') + ######################################## # # Virtual local policy