From 57f914d7fdad2a52c8f998eee28114a286e47ed0 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 12 Sep 2023 23:15:57 +0100 Subject: [PATCH] feat(profiles): ensure some major program can launch from dbus-daemon-launch-helper See: #216 --- apparmor.d/groups/bus/dbus-daemon-launch-helper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apparmor.d/groups/bus/dbus-daemon-launch-helper b/apparmor.d/groups/bus/dbus-daemon-launch-helper index d77ccc3b..953cab39 100644 --- a/apparmor.d/groups/bus/dbus-daemon-launch-helper +++ b/apparmor.d/groups/bus/dbus-daemon-launch-helper @@ -19,6 +19,8 @@ profile dbus-daemon-launch-helper @{exec_path} { @{exec_path} mr, @{lib}/{,cups-pk-helper/}cups-pk-helper-mechanism rPx, + @{lib}/{,polkit-1/}polkitd rPx, + @{lib}/{,udisks2/}udisksd rPx, @{lib}/@{multiarch}/cups-pk-helper-mechanism rPx, @{lib}/kauth/{,libexec/}* rPx, @{lib}/language-selector/ls-dbus-backend rPx,