17eecaa2674a80696494ef9a5c6b663b8cafd501
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / bluetooth-frwk-service.conf.in
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4     <policy user="root">
5         <allow own="org.projectx.bt"/>
6         <allow send_destination="org.projectx.bt"/>
7         <allow own="org.bluez.obex"/>
8         <allow send_destination="org.bluez.obex"/>
9     </policy>
10     <policy group="network_fw">
11         <allow own="org.projectx.bt"/>
12         <allow send_destination="org.projectx.bt"/>
13         <allow own="org.bluez.obex"/>
14         <allow send_destination="org.bluez.obex"/>
15     </policy>
16     <policy context="default">
17         <deny own="org.projectx.bt"/>
18         <deny send_destination="org.projectx.bt"/>
19         <deny own="org.bluez.obex"/>
20         <deny send_destination="org.bluez.obex"/>
21
22         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
23         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
24         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
25         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
26         <allow send_destination="org.projectx.bt_event"/>
27         <allow send_destination="org.projectx.bluetooth.share"/>
28         <allow send_destination="org.tizen.csd.Call.Instance"/>
29     </policy>
30 </busconfig>