summaryrefslogtreecommitdiff
path: root/package/bluez/files/bluetooth.conf
diff options
context:
space:
mode:
Diffstat (limited to 'package/bluez/files/bluetooth.conf')
-rw-r--r--package/bluez/files/bluetooth.conf20
1 files changed, 12 insertions, 8 deletions
diff --git a/package/bluez/files/bluetooth.conf b/package/bluez/files/bluetooth.conf
index 796354692..5ea3cdfcc 100644
--- a/package/bluez/files/bluetooth.conf
+++ b/package/bluez/files/bluetooth.conf
@@ -10,20 +10,24 @@
<policy user="root">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
- <allow send_interface="org.bluez.Agent"/>
+ <allow send_interface="org.bluez.Agent1"/>
+ <allow send_interface="org.bluez.MediaEndpoint1"/>
+ <allow send_interface="org.bluez.MediaPlayer1"/>
+ <allow send_interface="org.bluez.ThermometerWatcher1"/>
+ <allow send_interface="org.bluez.AlertAgent1"/>
+ <allow send_interface="org.bluez.Profile1"/>
+ <allow send_interface="org.bluez.HeartRateWatcher1"/>
+ <allow send_interface="org.bluez.CyclingSpeedWatcher1"/>
+ <allow send_interface="org.bluez.GattCharacteristic1"/>
+ <allow send_interface="org.bluez.GattDescriptor1"/>
+ <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+ <allow send_interface="org.freedesktop.DBus.Properties"/>
</policy>
<policy at_console="true">
<allow send_destination="org.bluez"/>
</policy>
- <!-- allow users of lp group (printing subsystem) to
- communicate with bluetoothd
- <policy group="lp">
- <allow send_destination="org.bluez"/>
- </policy>
- -->
-
<policy context="default">
<deny send_destination="org.bluez"/>
</policy>