7f4d85f0d7f7413215fa22910fa1737970bb8447
[AGL/meta-agl-demo.git] / recipes-demo-hmi / navigation / navigation / org.agl.naviapi.conf
1 <!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4 <busconfig>
5         <policy context="default">
6                 <!-- Allow everyone to talk to main service. We'll later add an agent to
7                      only share the location if user allows it. -->
8                 <allow send_interface="org.agl.naviapi"/>
9         </policy>
10
11         <policy user="root">
12                 <!-- Allow root to own the name on the bus -->
13                 <allow own="org.agl.naviapi"/>
14         </policy>
15 </busconfig>