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 C8C9F158086 for ; Thu, 11 Nov 2021 21:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C172BC12F; Thu, 11 Nov 2021 21:27:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD32A2BC120 for ; Thu, 11 Nov 2021 21:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD8E03431CD for ; Thu, 11 Nov 2021 21:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8891C0 for ; Thu, 11 Nov 2021 21:27:35 +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: <1636666010.6568c3111734cbf1ad0065d55e920e3835f3d259.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/dbus.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 6568c3111734cbf1ad0065d55e920e3835f3d259 X-VCS-Branch: master Date: Thu, 11 Nov 2021 21:27:35 +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: edaf7368-186f-4fdb-bd2c-14832bff994f X-Archives-Hash: 038b9bbbdb1f6e23ec922d2cdfd94ae2 commit: 6568c3111734cbf1ad0065d55e920e3835f3d259 Author: Yi Zhao windriver com> AuthorDate: Sun Sep 26 05:56:36 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Nov 11 21:26:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=6568c311 dbus: allow dbus-daemon to map SELinux status page Fixes: avc: denied { map } for pid=328 comm="dbus-daemon" path="/sys/fs/selinux/status" dev="selinuxfs" ino=19 scontext=system_u:system_r:system_dbusd_t tcontext=system_u:object_r:security_t tclass=file permissive=0 Signed-off-by: Yi Zhao windriver.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/dbus.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/dbus.te b/policy/modules/services/dbus.te index a6865834..9d2942f5 100644 --- a/policy/modules/services/dbus.te +++ b/policy/modules/services/dbus.te @@ -129,6 +129,7 @@ mls_socket_read_to_clearance(system_dbusd_t) mls_dbus_recv_all_levels(system_dbusd_t) selinux_get_fs_mount(system_dbusd_t) +selinux_use_status_page(system_dbusd_t) selinux_validate_context(system_dbusd_t) selinux_compute_access_vector(system_dbusd_t) selinux_compute_create_context(system_dbusd_t)