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 AA75F139694 for ; Sat, 25 Feb 2017 16:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA908E0D68; Sat, 25 Feb 2017 16:58:02 +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 C3AAEE0D63 for ; Sat, 25 Feb 2017 16:58:02 +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 B2C38340FC8 for ; Sat, 25 Feb 2017 16:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E7C0544C for ; Sat, 25 Feb 2017 16:58:00 +0000 (UTC) From: "Jason Zaman" 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" Message-ID: <1488040438.8d98d8c879371ade03fdb66270e66408d3af7199.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/mailman.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 8d98d8c879371ade03fdb66270e66408d3af7199 X-VCS-Branch: master Date: Sat, 25 Feb 2017 16:58:00 +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: d0fefe6e-5847-4c4e-9234-6a5f61afcb23 X-Archives-Hash: 6a58c9e1fa6b0d33b3b22a4f9a2c5482 Message-ID: <20170225165800.qPlbwzWJhem1nqAR3CCeFF_ps5EyBE2L9BpocYWlsBc@z> commit: 8d98d8c879371ade03fdb66270e66408d3af7199 Author: Jason Zaman perfinion com> AuthorDate: Sat Feb 25 16:33:58 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 25 16:33:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8d98d8c8 Revert "Fix bug #536666 - Assign mailman_domain to all mailman domains" This reverts commit 8a9db2c7ce1d9ffc2b0e2f789d3eb8fec86eeb53. This is now upstream policy/modules/contrib/mailman.if | 5 ----- 1 file changed, 5 deletions(-) diff --git a/policy/modules/contrib/mailman.if b/policy/modules/contrib/mailman.if index 7c7ddf4b..259f0c3e 100644 --- a/policy/modules/contrib/mailman.if +++ b/policy/modules/contrib/mailman.if @@ -39,11 +39,6 @@ template(`mailman_domain_template',` files_tmp_filetrans(mailman_$1_t, mailman_$1_tmp_t, { file dir }) auth_use_nsswitch(mailman_$1_t) - - ifdef(`distro_gentoo',` - # Bug #536666 - Assign mailman_domain to all mailman domains - typeattribute mailman_$1_t mailman_domain; - ') ') #######################################