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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F8ED158086 for ; Sun, 21 Nov 2021 03:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F5EDE0844; Sun, 21 Nov 2021 03:00:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59BDEE0841 for ; Sun, 21 Nov 2021 03:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BC2F342B77 for ; Sun, 21 Nov 2021 03:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BAA01F1 for ; Sun, 21 Nov 2021 03:00:04 +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: <1637449104.0cc30b1089f75122a6263280eb41cf6ce34cb092.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/guest.te policy/modules/roles/xguest.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0cc30b1089f75122a6263280eb41cf6ce34cb092 X-VCS-Branch: master Date: Sun, 21 Nov 2021 03:00:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7e8bf0d-9799-456b-88ba-f0ef12a3a545 X-Archives-Hash: 0059c8c1ea2c05fa380b65c79d0e51a6 commit: 0cc30b1089f75122a6263280eb41cf6ce34cb092 Author: Kenton Groombridge concord sh> AuthorDate: Fri Nov 12 19:57:36 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 20 22:58:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0cc30b10 guest, xguest: remove apache role access Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/roles/guest.te | 4 ---- policy/modules/roles/xguest.te | 4 ---- 2 files changed, 8 deletions(-) diff --git a/policy/modules/roles/guest.te b/policy/modules/roles/guest.te index 255e63cd..d3eb2584 100644 --- a/policy/modules/roles/guest.te +++ b/policy/modules/roles/guest.te @@ -16,10 +16,6 @@ kernel_read_system_state(guest_t) # Local policy # -optional_policy(` - apache_role(guest, guest_t, guest_application_exec_domain, guest_r) -') - optional_policy(` dbus_role_template(guest, guest_r, guest_t) ') diff --git a/policy/modules/roles/xguest.te b/policy/modules/roles/xguest.te index ae8e69f2..bd410fd2 100644 --- a/policy/modules/roles/xguest.te +++ b/policy/modules/roles/xguest.te @@ -85,10 +85,6 @@ optional_policy(` ') ') -optional_policy(` - apache_role(xguest, xguest_t, xguest_application_exec_domain, xguest_r) -') - optional_policy(` gnomeclock_dontaudit_dbus_chat(xguest_t) ')