From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B3F6139085 for ; Sun, 1 Jan 2017 16:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A697E0E8B; Sun, 1 Jan 2017 16:36:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AB8CE0E8A for ; Sun, 1 Jan 2017 16:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACE25341229 for ; Sun, 1 Jan 2017 16:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F0225D7 for ; Sun, 1 Jan 2017 16:36:51 +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: <1483288286.793b9316c684d5e8474cb9f520dfa86016c1e930.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: 793b9316c684d5e8474cb9f520dfa86016c1e930 X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:36:51 +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: 13f2d66d-ae3e-446f-b3a9-8cdde1fc6039 X-Archives-Hash: 2fbca5ff6ebf8bcd431f8eec16dfbd82 Message-ID: <20170101163651.nLO8RpllOq1oE11JHZPCdcCEsJ1KzZ-P6R9uqNSLKUI@z> commit: 793b9316c684d5e8474cb9f520dfa86016c1e930 Author: Guido Trentalancia via refpolicy oss tresys com> AuthorDate: Thu Dec 29 22:07:36 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 1 16:31:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=793b9316 sysadm: add the shutdown role Add the shutdown role interface call to the sysadm role module. Signed-off-by: Guido Trentalancia trentalancia.net> 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 f7b3518..2a129bd 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -991,6 +991,10 @@ optional_policy(` ') optional_policy(` + shutdown_role(sysadm_r, sysadm_t) +') + +optional_policy(` slpd_admin(sysadm_t, sysadm_r) ')