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