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 04B71138A2F for ; Tue, 19 Aug 2014 09:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A35E0964; Tue, 19 Aug 2014 09:36:53 +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 9261CE0964 for ; Tue, 19 Aug 2014 09:36:52 +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 54EFA34021A for ; Tue, 19 Aug 2014 09:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2900F3C19 for ; Tue, 19 Aug 2014 09:19:42 +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: <1408275272.0f85a54a4c4eeb1111996c6ec1f3defa52a8a7b2.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/sysadm.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0f85a54a4c4eeb1111996c6ec1f3defa52a8a7b2 X-VCS-Branch: master Date: Tue, 19 Aug 2014 09:19:42 +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: 2cfa7b89-5f0a-4741-a35c-0df718f0b5dd X-Archives-Hash: 3ddf22656d8ba80d91b3c2c4e217cd31 commit: 0f85a54a4c4eeb1111996c6ec1f3defa52a8a7b2 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 17 11:34:32 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Sun Aug 17 11:34:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0f85a54a Add dnsmasq_admin to sysadm --- policy/modules/roles/sysadm.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 26591e9..fb6ec87 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -535,6 +535,10 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + dnsmasq_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` dovecot_admin(sysadm_t, sysadm_r) ')