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 051A4138A2F for ; Fri, 15 Aug 2014 14:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 848F6E0ABE; Fri, 15 Aug 2014 14:51:44 +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 02173E0ABC for ; Fri, 15 Aug 2014 14:51:43 +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 0602F3403E7 for ; Fri, 15 Aug 2014 14:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 747691881C for ; Fri, 15 Aug 2014 14:51:41 +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: <1408109881.b59466d0d951604cfdb9251a93a7daa76d648761.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b59466d0d951604cfdb9251a93a7daa76d648761 X-VCS-Branch: master Date: Fri, 15 Aug 2014 14:51:41 +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: e2af565a-aa33-4743-b647-7554b65a5c19 X-Archives-Hash: 54c637bd5e89f896272b026568c282c5 Message-ID: <20140815145141.eWElVMfB7Gd9s4fZahw6GdoVaz3DisI-y5gr5wreHYU@z> commit: b59466d0d951604cfdb9251a93a7daa76d648761 Author: Sven Vermeulen siphos be> AuthorDate: Wed Aug 13 19:12:57 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 15 13:38:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b59466d0 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) ')