feat(dbus): replace some rule by the new directives.
This commit is contained in:
parent
66a4a17924
commit
b1212c6e62
26 changed files with 42 additions and 292 deletions
|
|
@ -15,11 +15,7 @@ profile switcheroo-control @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=system name=net.hadess.SwitcherooControl,
|
||||
dbus receive bus=system path=/net/hadess/SwitcherooControl
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=GetAll
|
||||
peer=(name=:*),
|
||||
# dbus: own bus=system name=net.hadess.SwitcherooControl
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -59,19 +59,7 @@ profile udisksd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
signal (receive) set=(int) peer=@{systemd},
|
||||
|
||||
dbus bind bus=system name=org.freedesktop.UDisks2,
|
||||
dbus receive bus=system path=/org/freedesktop/UDisks2{,/**}
|
||||
interface=org.freedesktop.UDisks2.*
|
||||
peer=(name="{:*,org.freedesktop.DBus}"),
|
||||
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: own bus=system name=org.freedesktop.UDisks2
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/DBus
|
||||
interface=org.freedesktop.DBus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue