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 82612139085 for ; Sun, 1 Jan 2017 16:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88AFBE0E95; Sun, 1 Jan 2017 16:36:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A832E0E95 for ; Sun, 1 Jan 2017 16:36:58 +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 A55C9341026 for ; Sun, 1 Jan 2017 16:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D69BF25C7 for ; Sun, 1 Jan 2017 16:36:49 +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: <1483287988.1c05ab474a015637a094f5237c454b104acd531a.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/staff.te policy/modules/roles/sysadm.te policy/modules/roles/unprivuser.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1c05ab474a015637a094f5237c454b104acd531a X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:36:49 +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: 9c910856-060b-4cac-99f7-71cf357fc266 X-Archives-Hash: 119fc329023c741c3341de603edc6a7d Message-ID: <20170101163649.JmzkoCFQruldcO9MmALyMoU0GGaJDTzWocu-euhCXuY@z> commit: 1c05ab474a015637a094f5237c454b104acd531a Author: Guido Trentalancia trentalancia net> AuthorDate: Mon Dec 19 23:48:46 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 1 16:26:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1c05ab47 base: enable the xscreensaver role This patch enables the xscreensaver role so that the xscreensaver module is used on those systems where the corresponding application is installed. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/roles/staff.te | 4 ++++ policy/modules/roles/sysadm.te | 4 ++++ policy/modules/roles/unprivuser.te | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index db93894..a528f99 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -60,6 +60,10 @@ optional_policy(` ') optional_policy(` + xscreensaver_role(staff_r, staff_t) +') + +optional_policy(` xserver_role(staff_r, staff_t) ') diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 8b8a687..286d088 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -1199,6 +1199,10 @@ optional_policy(` ') optional_policy(` + xscreensaver_role(sysadm_r, sysadm_t) +') + +optional_policy(` xserver_role(sysadm_r, sysadm_t) ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index da8fbc7..f0c990d 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -29,6 +29,10 @@ optional_policy(` ') optional_policy(` + xscreensaver_role(user_r, user_t) +') + +optional_policy(` xserver_role(user_r, user_t) ')