Modify dbus policy conf file
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / 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     </policy>
18     <policy context="default">
19         <deny own="org.projectx.bt"/>
20         <deny send_destination="org.projectx.bt"/>
21         <deny own="org.bluez.obex"/>
22         <deny send_destination="org.bluez.obex"/>
23         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
24         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
25         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>
26         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
27         <deny own="org.projectx.bluetooth.share"/>
28         <deny send_destination="org.projectx.bluetooth.share"/>
29     </policy>
30 </busconfig>