Fix that bt-serivce can't find DBUS_SESSION_BUS_ADDRESS
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bluetooth-frwk-service.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="app">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7     </policy>
8     <policy at_console="true">
9         <allow send_destination="org.projectx.bt"/>
10     </policy>
11     <policy context="default">
12         <allow send_destination="org.projectx.bt"/>
13     </policy>
14 </busconfig>
15