mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-24 10:55:37 +01:00
fix(profile): dbus rule malformed.
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions
This commit is contained in:
parent
6ebbb31589
commit
a793e711e5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ profile dbus-session flags=(attach_disconnected) {
|
||||||
signal (send) set=(term hup kill) peer=dconf-service,
|
signal (send) set=(term hup kill) peer=dconf-service,
|
||||||
signal (send) set=(term hup kill) peer=xdg-*,
|
signal (send) set=(term hup kill) peer=xdg-*,
|
||||||
|
|
||||||
#aa:dbus own bus=session name=org.freedesktop.DBus path=/{,org/freedesktop/{d,D}Bus}
|
#aa:dbus own bus=session name=org.freedesktop.DBus path=/{,org/freedesktop/{dBus,DBus,dbus}}
|
||||||
dbus receive bus=session path=/org/freedesktop/DBus
|
dbus receive bus=session path=/org/freedesktop/DBus
|
||||||
interface=org.freedesktop.DBus
|
interface=org.freedesktop.DBus
|
||||||
member=Hello
|
member=Hello
|
||||||
|
|
Loading…
Add table
Reference in a new issue