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 7C8321389E2 for ; Wed, 3 Dec 2014 12:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722D8E0942; Wed, 3 Dec 2014 12:56:39 +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 E9DDEE0936 for ; Wed, 3 Dec 2014 12:56:36 +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 CFA17340643 for ; Wed, 3 Dec 2014 12:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB50B74D for ; Wed, 3 Dec 2014 12:56:30 +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.5572b308499e54999df84759d522779d8e4cfd0a.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/staff.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: 5572b308499e54999df84759d522779d8e4cfd0a X-VCS-Branch: adminroles Date: Wed, 3 Dec 2014 12:56:30 +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: 0ee0cc4b-e746-4ba2-8815-6021f6720358 X-Archives-Hash: c9736f0963dfc9edc5b9a77227fb235b commit: 5572b308499e54999df84759d522779d8e4cfd0a Author: Jason Zaman perfinion com> AuthorDate: Tue Dec 2 11:14:38 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=5572b308 Add missing roles interfaces Some interfaces were missing from staff_r and user_r, this adds them in --- policy/modules/roles/staff.te | 16 ++++++++++++++++ policy/modules/roles/unprivuser.te | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 1d4b3e0..1a867f0 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -188,6 +188,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(staff_r, staff_t) + ') + + optional_policy(` + at_role(staff_r, staff_t) + ') + + optional_policy(` chromium_role(staff_r, staff_t) ') @@ -230,4 +238,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(staff_r, staff_t) ') + + optional_policy(` + wine_role(staff_r, staff_t) + ') + + optional_policy(` + xscreensaver_role(staff_r, staff_t) + ') ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index c171833..e349a03 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -173,6 +173,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(user_r, user_t) + ') + + optional_policy(` + at_role(user_r, user_t) + ') + + optional_policy(` chromium_role(user_r, user_t) ') @@ -211,4 +219,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(user_r, user_t) ') + + optional_policy(` + wine_role(user_r, user_t) + ') + + optional_policy(` + xscreensaver_role(user_r, user_t) + ') ') 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 0222B1389E2 for ; Wed, 3 Dec 2014 12:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D21E0918; Wed, 3 Dec 2014 12:56:17 +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 B73E1E0904 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 5050434066A 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 B0B62B74D 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.5572b308499e54999df84759d522779d8e4cfd0a.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 policy/modules/roles/unprivuser.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5572b308499e54999df84759d522779d8e4cfd0a 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: ed447a60-e6ff-4ba8-a6d1-e938284240ee X-Archives-Hash: 76bee29d9e24c1c7544ed5ff16f6a461 Message-ID: <20141203125609.wFfh4JoOnm5-3EZhbB8wtbCA-kL9AHerg3iWBwp8Phs@z> commit: 5572b308499e54999df84759d522779d8e4cfd0a Author: Jason Zaman perfinion com> AuthorDate: Tue Dec 2 11:14:38 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=5572b308 Add missing roles interfaces Some interfaces were missing from staff_r and user_r, this adds them in --- policy/modules/roles/staff.te | 16 ++++++++++++++++ policy/modules/roles/unprivuser.te | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 1d4b3e0..1a867f0 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -188,6 +188,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(staff_r, staff_t) + ') + + optional_policy(` + at_role(staff_r, staff_t) + ') + + optional_policy(` chromium_role(staff_r, staff_t) ') @@ -230,4 +238,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(staff_r, staff_t) ') + + optional_policy(` + wine_role(staff_r, staff_t) + ') + + optional_policy(` + xscreensaver_role(staff_r, staff_t) + ') ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index c171833..e349a03 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -173,6 +173,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(user_r, user_t) + ') + + optional_policy(` + at_role(user_r, user_t) + ') + + optional_policy(` chromium_role(user_r, user_t) ') @@ -211,4 +219,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(user_r, user_t) ') + + optional_policy(` + wine_role(user_r, user_t) + ') + + optional_policy(` + xscreensaver_role(user_r, user_t) + ') ') 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 5C0EC1389E2 for ; Wed, 3 Dec 2014 12:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 212CFE08DA; Wed, 3 Dec 2014 12:55:02 +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 2906CE08BE 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 298E334060E 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 9D69CB74E 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.5572b308499e54999df84759d522779d8e4cfd0a.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/unprivuser.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5572b308499e54999df84759d522779d8e4cfd0a 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: ad38bb77-244f-49b3-b39b-d112e2ff3764 X-Archives-Hash: 407bc03393546d94504405262ed263e8 Message-ID: <20141203125454.GlRksRrIY2_JM-e5bgVKYbv35Iy_RIxdrL7iis2ENTM@z> commit: 5572b308499e54999df84759d522779d8e4cfd0a Author: Jason Zaman perfinion com> AuthorDate: Tue Dec 2 11:14:38 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=5572b308 Add missing roles interfaces Some interfaces were missing from staff_r and user_r, this adds them in --- policy/modules/roles/staff.te | 16 ++++++++++++++++ policy/modules/roles/unprivuser.te | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 1d4b3e0..1a867f0 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -188,6 +188,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(staff_r, staff_t) + ') + + optional_policy(` + at_role(staff_r, staff_t) + ') + + optional_policy(` chromium_role(staff_r, staff_t) ') @@ -230,4 +238,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(staff_r, staff_t) ') + + optional_policy(` + wine_role(staff_r, staff_t) + ') + + optional_policy(` + xscreensaver_role(staff_r, staff_t) + ') ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index c171833..e349a03 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -173,6 +173,14 @@ ifndef(`distro_redhat',` ifdef(`distro_gentoo',` optional_policy(` + android_role(user_r, user_t) + ') + + optional_policy(` + at_role(user_r, user_t) + ') + + optional_policy(` chromium_role(user_r, user_t) ') @@ -211,4 +219,12 @@ ifdef(`distro_gentoo',` optional_policy(` skype_role(user_r, user_t) ') + + optional_policy(` + wine_role(user_r, user_t) + ') + + optional_policy(` + xscreensaver_role(user_r, user_t) + ') ')