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 9A2D213877A for ; Fri, 15 Aug 2014 11:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46E9BE0964; Fri, 15 Aug 2014 11:13:01 +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 EB12BE0964 for ; Fri, 15 Aug 2014 11:13:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8F39340340 for ; Fri, 15 Aug 2014 11:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A67BF1881B for ; Fri, 15 Aug 2014 11:12:58 +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: <1408101167.d0a3cdb0ce98a324d036449102c9824f7ee29269.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:salt 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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d0a3cdb0ce98a324d036449102c9824f7ee29269 X-VCS-Branch: salt Date: Fri, 15 Aug 2014 11:12:58 +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: ecb2fd22-f777-436c-add0-aa417d3c1506 X-Archives-Hash: dd2b9dc0d0bd06d47c8e0822593758ed commit: d0a3cdb0ce98a324d036449102c9824f7ee29269 Author: Sven Vermeulen siphos be> AuthorDate: Wed Aug 13 19:12:57 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 15 11:12:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d0a3cdb0 Allow sysadm_t to manage salt master and minion --- policy/modules/roles/sysadm.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 4f85745..26591e9 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -551,6 +551,11 @@ ifdef(`distro_gentoo',` ') optional_policy(` + salt_admin_master(sysadm_t, sysadm_r) + salt_admin_minion(sysadm_t, sysadm_r) + ') + + optional_policy(` # Support audit2allow, sepolgen and so on selinux_read_policy(sysadm_t) ')