mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(profile): add support for new dbus-session in systemd-user.
This commit is contained in:
parent
30d8e16ffc
commit
b15aaae553
1 changed files with 5 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue