From b15aaae5537737d866c64e59910bf749e1af2d45 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 16 Mar 2024 21:33:36 +0000 Subject: [PATCH] feat(profile): add support for new dbus-session in systemd-user. --- apparmor.d/groups/_full/systemd-user | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/_full/systemd-user b/apparmor.d/groups/_full/systemd-user index e17e1ca1..65b1d58b 100644 --- a/apparmor.d/groups/_full/systemd-user +++ b/apparmor.d/groups/_full/systemd-user @@ -37,7 +37,11 @@ profile systemd-user flags=(attach_disconnected,mediate_deleted) { @{exec_path} mr, - @{bin}/dbus-broker-launch rix, # To avoid issue as in #74, #80 & #235 + @{bin}/dbus-broker rpx -> dbus-session, + @{bin}/dbus-broker-launch rpx -> dbus-session, + @{bin}/dbus-daemon rpx -> dbus-session, + @{lib}/dbus-1.0/dbus-daemon-launch-helper rpx -> dbus-session, + @{bin}/systemctl rCx -> systemctl, @{lib}/systemd/systemd-executor rix, @{sh_path} rix, # Should be handled by default profile?