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 A86F91389E2 for ; Wed, 3 Dec 2014 12:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5DF0E08D9; Wed, 3 Dec 2014 12:55:01 +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 327BCE08BF for ; Wed, 3 Dec 2014 12:54:58 +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 270E13405DC for ; Wed, 3 Dec 2014 12:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D544B74D for ; Wed, 3 Dec 2014 12:54:54 +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:master 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: master Date: Wed, 3 Dec 2014 12:54:54 +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: 238a3db5-8cf9-4220-a813-1a02075b0228 X-Archives-Hash: 60f1167227455ce9a81fecc5e71f9204 Message-ID: <20141203125454.DIT74w0M2ZDJwH9-SJ1rkO5JgBvcMnq5kfuLQbei29M@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) ') ')