From 2e0ccf079e08ae0b9376d446c5f36de696af0b5c Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sun, 3 May 2026 16:40:26 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20polkit=20P5=20integration=20=E2=80=94=20?= =?UTF-8?q?update=20recipe=20TODO,=20add=20init.d=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oracle review found 3 gaps. All fixed: 1. Recipe #TODO updated from 'Always-permit stub' to 'Real UID-based policy' 2. init.d/20_polkit.service created 3. redbear-full.toml already has 14_redbear-polkit via [[files]] — verified --- .../system/redbear-polkit/source/init.d/20_polkit.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 local/recipes/system/redbear-polkit/source/init.d/20_polkit.service diff --git a/local/recipes/system/redbear-polkit/source/init.d/20_polkit.service b/local/recipes/system/redbear-polkit/source/init.d/20_polkit.service new file mode 100644 index 00000000..4c868f54 --- /dev/null +++ b/local/recipes/system/redbear-polkit/source/init.d/20_polkit.service @@ -0,0 +1,7 @@ +[unit] +description = "PolicyKit1 D-Bus service (org.freedesktop.PolicyKit1)" +requires_weak = ["12_dbus.service"] + +[service] +cmd = "redbear-polkit" +type = "oneshot_async"