summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2016-06-08 16:27:02 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2016-06-08 16:27:02 +0900
commit9909826da5140a63a22698501725b3c4e3270a0d (patch)
treef21bb2260763ddb18ad6e326770f4b9be3ef4a65
parentd289f1267172a124fceb2fb657895eec2a0c2e0b (diff)
downloadbluez-9909826da5140a63a22698501725b3c4e3270a0d.tar.gz
bluez-9909826da5140a63a22698501725b3c4e3270a0d.tar.bz2
bluez-9909826da5140a63a22698501725b3c4e3270a0d.zip
Change-Id: I94d3d79f8bd9bcc7c81a297c059f0e6400120d26 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--src/bluetooth.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index d15003f6..2add5d78 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -85,6 +85,35 @@
<allow send_destination="org.bluez.Profile1"/>
</policy>
+ <!-- allow users of system group (Tizen BT group) to
+ communicate with bluetoothd -->
+ <policy group="users">
+ <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.projectx.bt_event"/>
+ <allow send_destination="org.projectx.bt_event"/>
+ <allow send_interface="org.bluez.frwk_agent"/>
+ <allow send_destination="org.bluez.frwk_agent"/>
+ <allow send_interface="org.bluez.Agent1"/>
+ <allow send_destination="org.bluez.Agent1"/>
+ <allow send_interface="org.bluez.Adapter1"/>
+ <allow send_destination="org.bluez.Adapter1"/>
+ <allow send_interface="org.bluez.Manager"/>
+ <allow send_destination="org.bluez.Manager"/>
+ <allow send_interface="org.bluez.Device1"/>
+ <allow send_destination="org.bluez.Device1"/>
+ <allow send_interface="org.bluez.MediaEndpoint1"/>
+ <allow send_destination="org.bluez.MediaEndpoint1"/>
+ <allow send_interface="org.bluez.MediaTransport1"/>
+ <allow send_destination="org.bluez.MediaTransport1"/>
+ <allow send_interface="org.bluez.MediaPlayer1"/>
+ <allow send_destination="org.bluez.MediaPlayer1"/>
+ <allow send_interface="org.bluez.Profile1"/>
+ <allow send_destination="org.bluez.Profile1"/>
+ </policy>
+
<!-- allow users of lp group (printing subsystem) to
communicate with bluetoothd -->
<policy group="lp">