Modified dbus permission for obex
[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     </policy>
7     <policy user="network_fw">
8         <allow own="org.projectx.bt"/>
9         <allow send_destination="org.bluez.obex"/>
10         <allow send_destination="org.bluez.obex" send_interface="org.freedesktop.DBus.Properties"/>
11         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.Agent1"/>
12     </policy>
13     <policy context="default">
14         <deny own="org.projectx.bt"/>
15         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
16         <allow send_destination="org.projectx.bt_event"/>
17         <allow send_destination="org.projectx.bluetooth.share"/>
18         <allow send_destination="org.tizen.csd.Call.Instance"/>
19         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
20     </policy>
21 </busconfig>