summaryrefslogtreecommitdiff
path: root/src/bluetooth.conf
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2015-02-20 17:56:49 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-22 13:02:48 +0200
commit7aea001011695e455fc7305c379b3419cfc3cd9f (patch)
tree7b60f18ba10c620d018b065e693b8c38d1430be7 /src/bluetooth.conf
parent8add14bb1e744ebbe8c2bbbb538bd54e19142a58 (diff)
downloadbluez-7aea001011695e455fc7305c379b3419cfc3cd9f.tar.gz
bluetooth.conf: Add DBus.Properties interface
GattManager1 communicates with external services using their properties. This patch adds the org.freedesktop.DBus.Properties interface to the list of allowed interfaces in the D-Bus configuration.
Diffstat (limited to 'src/bluetooth.conf')
-rw-r--r--src/bluetooth.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index ad8891ae4..10d2d3688 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -18,7 +18,10 @@
<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">