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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10C2815808B for ; Thu, 31 Mar 2022 03:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C6DE07C9; Thu, 31 Mar 2022 03:31:29 +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 64168E07C7 for ; Thu, 31 Mar 2022 03:31:29 +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 3BE4F341485 for ; Thu, 31 Mar 2022 03:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66197385 for ; Thu, 31 Mar 2022 03:31:24 +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: <1648694453.7b9bf7671fd0f56c1761f3a7c0e4e11844cd51d3.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/unconfined.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7b9bf7671fd0f56c1761f3a7c0e4e11844cd51d3 X-VCS-Branch: master Date: Thu, 31 Mar 2022 03:31:24 +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: 516dfe88-998a-4285-bdd7-43cb5d8d15cb X-Archives-Hash: 7878518cf4d1085fd3eb1aeb108d38f3 commit: 7b9bf7671fd0f56c1761f3a7c0e4e11844cd51d3 Author: Kenton Groombridge concord sh> AuthorDate: Tue Nov 30 17:11:56 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Mar 31 02:40:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7b9bf767 unconfined: fixes for bluetooth dbus chat and systemd Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/unconfined.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/system/unconfined.te b/policy/modules/system/unconfined.te index df6fbdb7..dacad205 100644 --- a/policy/modules/system/unconfined.te +++ b/policy/modules/system/unconfined.te @@ -60,6 +60,7 @@ ifdef(`init_systemd',` init_service_status(unconfined_t) # for systemd --user: init_pgm_spec_user_daemon_domain(unconfined_t) + allow unconfined_t self:system { status start stop reload }; optional_policy(` systemd_dbus_chat_resolved(unconfined_t) @@ -76,6 +77,10 @@ optional_policy(` bind_run_ndc(unconfined_t, unconfined_r) ') +optional_policy(` + bluetooth_dbus_chat(unconfined_t) +') + optional_policy(` bootloader_run(unconfined_t, unconfined_r) ')