4bedc42450c898ffe05df747397816a64ce56c01
[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 group="system">
5         <allow own="org.projectx.bt"/>
6         <allow own="org.projectx.bt_event"/>
7         <allow send_type="method_call"/>
8     </policy>
9     <policy group="root">
10         <allow own="org.projectx.bt"/>
11         <allow own="org.projectx.bt_event"/>
12     <allow send_type="method_call"/>
13     </policy>
14     <policy at_console="true">
15         <allow send_destination="org.projectx.bt"/>
16     </policy>
17     <policy context="default">
18         <allow send_destination="org.projectx.bt"/>
19     </policy>
20 </busconfig>
21