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
|
|
@ -17,13 +17,7 @@ profile boltd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=system name=org.freedesktop.bolt,
|
||||
dbus (send, receive) bus=system path=/org/freedesktop/bolt
|
||||
interface=org.freedesktop.bolt1{,.*}
|
||||
peer=(name=:*),
|
||||
dbus (send, receive) bus=system path=/org/freedesktop/bolt
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
peer=(name=:*),
|
||||
# dbus: own bus=system name=org.freedesktop.bolt
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -33,10 +33,7 @@ profile fwupd @{exec_path} flags=(complain,attach_disconnected) {
|
|||
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=system name=org.freedesktop.fwupd,
|
||||
dbus (send, receive) bus=system path=/
|
||||
interface={org.freedesktop.fwupd,org.freedesktop.DBus{,.Properties}}
|
||||
peer=(name="{:*,org.freedesktop.fwupd,org.freedesktop.DBus}"),
|
||||
# dbus: own bus=system name=org.freedesktop.fwupd path=/
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/DBus
|
||||
interface=org.freedesktop.DBus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue