feat(dbus): rewrite some dbus rules (6).
This commit is contained in:
parent
ebf3932e3a
commit
c066ef0036
29 changed files with 122 additions and 412 deletions
|
|
@ -66,7 +66,13 @@ profile udisksd @{exec_path} flags=(attach_disconnected) {
|
|||
dbus receive bus=system path=/org/freedesktop/UDisks2{,/**}
|
||||
interface=org.freedesktop.DBus.{Properties,ObjectManager}
|
||||
peer=(name="{:*,org.freedesktop.DBus}"),
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/UDisks2{,/**}
|
||||
interface=org.freedesktop.DBus.{Properties,ObjectManager}
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
dbus send bus=system path=/org/freedesktop/UDisks2{,/**}
|
||||
interface=org.freedesktop.UDisks2.Job
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
|
||||
dbus (send,receive) bus=system path=/
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue