feat(dbus): improve dbus integration.
This commit is contained in:
parent
55a1fb6f9c
commit
853668e492
23 changed files with 103 additions and 240 deletions
|
|
@ -22,18 +22,12 @@ profile bluetoothd @{exec_path} flags=(attach_disconnected) {
|
|||
network alg seqpacket,
|
||||
network netlink raw,
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/DBus
|
||||
interface=org.freedesktop.DBus
|
||||
peer=(name=org.freedesktop.DBus, label=dbus-daemon),
|
||||
|
||||
dbus send bus=system path=/org/bluez/hci0
|
||||
dbus bind bus=system name=org.bluez,
|
||||
dbus send bus=system path=/org/bluez{,/**}
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
member=PropertiesChanged
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
|
||||
dbus receive bus=system path=/org/bluez{,**}
|
||||
interface=org.bluez.Media1
|
||||
member=RegisterApplication
|
||||
dbus receive bus=system path=/org/bluez{,/**}
|
||||
interface=org.bluez{,.*}
|
||||
peer=(name=:*),
|
||||
|
||||
@{exec_path} mr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue