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?