e03e6dc3f9bbcff25e327853037ad5eaad834199
[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         <allow own="org.projectx.bluetooth.share"/>
16         <allow send_destination="org.projectx.bluetooth.share"/>
17         <allow send_destination="org.tizen.csd.Call.Instance"/>
18     </policy>
19     <policy group="users">
20         <allow own="org.tizen.csd.Call.Instance"/>
21         <allow send_destination="org.tizen.csd.Call.Instance"/>
22     </policy>
23     <policy context="default">
24         <deny own="org.projectx.bt"/>
25         <deny send_destination="org.projectx.bt"/>
26         <deny own="org.bluez.obex"/>
27         <deny send_destination="org.bluez.obex"/>
28
29         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
30         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
31         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
32         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
33         <deny own="org.projectx.bluetooth.share"/>
34         <deny send_destination="org.projectx.bluetooth.share"/>
35         <deny own="org.tizen.csd.Call.Instance"/>
36         <deny send_destination="org.tizen.csd.Call.Instance"/>
37     </policy>
38 </busconfig>