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 A5C61158083 for ; Sun, 22 Sep 2024 00:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D0B1E29A9; Sun, 22 Sep 2024 00:03:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 428C3E29A9 for ; Sun, 22 Sep 2024 00:03: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 33B33343164 for ; Sun, 22 Sep 2024 00:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3132C27E7 for ; Sun, 22 Sep 2024 00:03: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: <1726957709.dc89cc3c50ff1f821e6940f9d1aecc3b1f054f6d.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: dc89cc3c50ff1f821e6940f9d1aecc3b1f054f6d X-VCS-Branch: master Date: Sun, 22 Sep 2024 00:03: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: 6d264096-84b0-4b2a-9326-0252580654c9 X-Archives-Hash: b3a611a9d64eaf8eb6f623019baa9055 commit: dc89cc3c50ff1f821e6940f9d1aecc3b1f054f6d Author: Kenton Groombridge gentoo org> AuthorDate: Wed Aug 7 20:55:28 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Sep 21 22:28:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc89cc3c dbus: dontaudit session bus domains the netadmin capability Signed-off-by: Kenton Groombridge gentoo.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/dbus.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/dbus.te b/policy/modules/services/dbus.te index 572b84c00..58ac501d3 100644 --- a/policy/modules/services/dbus.te +++ b/policy/modules/services/dbus.te @@ -300,7 +300,7 @@ optional_policy(` # Common session bus local policy # -dontaudit session_bus_type self:capability sys_resource; +dontaudit session_bus_type self:capability { net_admin sys_resource }; allow session_bus_type self:process { getattr sigkill signal }; dontaudit session_bus_type self:process { ptrace setrlimit }; allow session_bus_type self:file rw_inherited_file_perms;