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 49A87138A2F for ; Thu, 14 Aug 2014 19:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FD27E0957; Thu, 14 Aug 2014 19:10:49 +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 9293DE0957 for ; Thu, 14 Aug 2014 19:10:48 +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 99048340515 for ; Thu, 14 Aug 2014 19:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6252C1881B for ; Thu, 14 Aug 2014 19:10:46 +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: <1408043435.dc06f1e401d21abc616e84331f1d0d82a5ba1cc6.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: dc06f1e401d21abc616e84331f1d0d82a5ba1cc6 X-VCS-Branch: salt Date: Thu, 14 Aug 2014 19:10:46 +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: 1a7df8fa-9de3-48c3-874c-748664793f40 X-Archives-Hash: 54e1139ca5205d77984eee8af4459fa2 commit: dc06f1e401d21abc616e84331f1d0d82a5ba1cc6 Author: Sven Vermeulen siphos be> AuthorDate: Wed Aug 13 19:12:57 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Aug 14 19:10:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=dc06f1e4 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) ')