summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>2013-12-18 16:57:19 +0100
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>2013-12-18 17:37:18 +0100
commit4e7b3f9292e2f2fa1b556023a95be0a995d3be82 (patch)
tree7eac8657729c43109a7a25d635feab11c72360e6
parent50ef223c2b9355b94702aff4e732bd0e071ab69a (diff)
downloadbluez-4e7b3f9292e2f2fa1b556023a95be0a995d3be82.tar.gz
bluez-4e7b3f9292e2f2fa1b556023a95be0a995d3be82.tar.bz2
bluez-4e7b3f9292e2f2fa1b556023a95be0a995d3be82.zip
According to bluetooth-frwk, app user needs permission to connect to org.bluez and access to org.freedesktop.DBus.ObjectManager interface in order to retrieve bluetooth adapter. relates to TIVI-2064 Change-Id: Ia72bb55794b97b69b5a32acfb69d6d3b48aeab57 Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
-rw-r--r--src/bluetooth.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index c68c1a80..a2c73a4c 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -43,6 +43,8 @@
<!-- allow users of bt_use group (Tizen BT group) to
communicate with bluetoothd -->
<policy group="bt_use">
+ <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+ <allow send_destination="org.bluez"/>
<allow send_interface="org.projectx.bluetooth"/>
<allow send_destination="org.projectx.bluetooth"/>
<allow send_interface="org.bluez.frwk_agent"/>