From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5668B138ACF for ; Sun, 15 Feb 2015 18:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F715E0931; Sun, 15 Feb 2015 18:00:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF195E0932 for ; Sun, 15 Feb 2015 18:00:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0442034076C for ; Sun, 15 Feb 2015 18:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA48111D38 for ; Sun, 15 Feb 2015 18:00:32 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1424023118.8a9db2c7ce1d9ffc2b0e2f789d3eb8fec86eeb53.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8a9db2c7ce1d9ffc2b0e2f789d3eb8fec86eeb53 X-VCS-Branch: master Date: Sun, 15 Feb 2015 18:00:32 +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: fda365b8-0362-463f-9769-8323889d8139 X-Archives-Hash: 18814324eaf1206ce1d8b1da385d1cd4 commit: 8a9db2c7ce1d9ffc2b0e2f789d3eb8fec86eeb53 Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 15 17:58:38 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Feb 15 17:58:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8a9db2c7 Fix bug #536666 - Assign mailman_domain to all mailman domains --- policy/modules/contrib/mailman.if | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/mailman.if b/policy/modules/contrib/mailman.if index 108c0f1..dcede3a 100644 --- a/policy/modules/contrib/mailman.if +++ b/policy/modules/contrib/mailman.if @@ -39,6 +39,11 @@ 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 mailmain_$1_t mailman_domain; + ') ') #######################################