feat(dbus): start using the new dbus directive.
This commit is contained in:
parent
e2682b3072
commit
ca85373e3a
34 changed files with 51 additions and 129 deletions
|
|
@ -16,10 +16,7 @@ profile obexd @{exec_path} {
|
|||
network bluetooth stream,
|
||||
network bluetooth seqpacket,
|
||||
|
||||
dbus bind bus=session name=org.bluez.obex,
|
||||
dbus receive bus=session path=/org/bluez/obex
|
||||
interface=org.bluez.obex.AgentManager1
|
||||
peer=(name=:*),
|
||||
# dbus: own bus=system name=org.bluez.obex
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ profile passimd @{exec_path} flags=(attach_disconnected) {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=system name=org.freedesktop.Passim,
|
||||
# dbus: own bus=system name=org.freedesktop.Passim
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ profile remmina @{exec_path} {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
dbus bind bus=session name=org.remmina.Remmina,
|
||||
# dbus: own bus=session name=org.remmina.Remmina
|
||||
|
||||
dbus send bus=session path=/StatusNotifierWatcher
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue