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 1BFA81389E2 for ; Wed, 3 Dec 2014 12:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8026EE08F8; Wed, 3 Dec 2014 12:56:15 +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 45C80E08EF for ; Wed, 3 Dec 2014 12:56:14 +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 3A74234060E for ; Wed, 3 Dec 2014 12:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0FB0B74C for ; Wed, 3 Dec 2014 12:56:09 +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: <1417599009.f774e2c1acf6fab64fad40f8e5234755c8bf39c3.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:userroles commit in: policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/staff.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f774e2c1acf6fab64fad40f8e5234755c8bf39c3 X-VCS-Branch: userroles Date: Wed, 3 Dec 2014 12:56:09 +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: bcca15ea-3d3b-4ca6-ad4d-de0bcda0cdf6 X-Archives-Hash: 8a10398c57c972149806250da8223f06 Message-ID: <20141203125609.wbUtd3-QGdwyLEeh0s7gxkpF8vbdulJ9UITj-L-Gxf4@z> commit: f774e2c1acf6fab64fad40f8e5234755c8bf39c3 Author: Jason Zaman perfinion com> AuthorDate: Tue Dec 2 08:15:17 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 09:30:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f774e2c1 Unify staff and user roles user_r had a few things added which were not in staff_r. This adds them to staff too so they are the same (apart from allowing staff to change roles). --- policy/modules/roles/staff.te | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 14706de..1d4b3e0 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -192,6 +192,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + dropbox_role(staff_r, staff_t) + ') + + optional_policy(` googletalk_run_plugin(staff_t, staff_r) ') @@ -200,6 +204,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + hadoop_role(staff_r, staff_t) + ') + + optional_policy(` links_role(staff_r, staff_t) ') @@ -216,6 +224,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + rtorrent_role(staff_r, staff_t) + ') + + optional_policy(` skype_role(staff_r, staff_t) ') ')