Remove old bt-service files
[platform/core/connectivity/bluetooth-frwk.git] / bt-httpproxy / bluetooth-frwk-httpproxy.conf
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.httpproxy"/>
6     </policy>
7     <policy at_console="true">
8         <allow send_destination="org.projectx.httpproxy" />
9     </policy>
10     <policy context="default">
11         <allow send_destination="org.projectx.httpproxy" />
12     </policy>
13 </busconfig>
14