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 A14BC139694 for ; Mon, 5 Jun 2017 17:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBD5A21C0F4; Mon, 5 Jun 2017 17:25:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BB55D21C0F4 for ; Mon, 5 Jun 2017 17:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60F823416C8 for ; Mon, 5 Jun 2017 17:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCFBA7449 for ; Mon, 5 Jun 2017 17:25:02 +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: <1496682978.770a4d5409b9e3ad4f6a4c35ee3da18b94974d26.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: 770a4d5409b9e3ad4f6a4c35ee3da18b94974d26 X-VCS-Branch: master Date: Mon, 5 Jun 2017 17:25:02 +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: 7dcc1452-4a31-45c6-962f-0025ab6be566 X-Archives-Hash: 0095fbc531fcbe18d6d2e197935acb14 commit: 770a4d5409b9e3ad4f6a4c35ee3da18b94974d26 Author: Jason Zaman perfinion com> AuthorDate: Fri May 26 15:59:31 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jun 5 17:16:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=770a4d54 dirmngr: add to roles 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 6cf73d28..ed383dc1 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -102,6 +102,10 @@ ifndef(`distro_redhat',` ') optional_policy(` + dirmngr_role(staff_r, staff_t) + ') + + optional_policy(` evolution_role(staff_r, staff_t) ') diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index a4fffc27..e2dcf56d 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -1268,6 +1268,10 @@ ifndef(`distro_redhat',` ') optional_policy(` + dirmngr_role(sysadm_r, sysadm_t) + ') + + optional_policy(` evolution_role(sysadm_r, sysadm_t) ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index 557e5e63..6095a87e 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -70,6 +70,10 @@ ifndef(`distro_redhat',` ') optional_policy(` + dirmngr_role(user_r, user_t) + ') + + optional_policy(` evolution_role(user_r, user_t) ')