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