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 E5D4713877A for ; Sun, 31 Aug 2014 20:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5594E0BC4; Sun, 31 Aug 2014 20:51:43 +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 D3DC7E0B94 for ; Sun, 31 Aug 2014 20:51:42 +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 76CE733F7E0 for ; Sun, 31 Aug 2014 20:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2125545EB for ; Sun, 31 Aug 2014 20:51:40 +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: <1409339009.681df9189b527624d63cda4e49dc8b9359f2fa87.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:perfinion commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 681df9189b527624d63cda4e49dc8b9359f2fa87 X-VCS-Branch: perfinion Date: Sun, 31 Aug 2014 20:51:40 +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: a87fe15e-2cdf-46e6-b89e-2c61811c93ae X-Archives-Hash: b5ebae01d67f2d932e4af4c187c0a117 commit: 681df9189b527624d63cda4e49dc8b9359f2fa87 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 29 19:03:29 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Fri Aug 29 19:03:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=681df918 Allow salt minions to shut down the system --- policy/modules/contrib/salt.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index b8cc1a4..180305f 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -298,6 +298,10 @@ optional_policy(` ') optional_policy(` + shutdown_domtrans(salt_minion_t) +') + +optional_policy(` usermanage_run_groupadd(salt_minion_t, salt_minion_roles) usermanage_run_passwd(salt_minion_t, salt_minion_roles) usermanage_run_useradd(salt_minion_t, salt_minion_roles)