meta-agl-demo: Fixed broken link to Renesas board
[AGL/meta-agl-demo.git] / recipes-demo-hmi / libhomescreen / libhomescreen / org.agl.statusbar.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.statusbar"/>
9         </policy>
10
11         <policy user="root">
12                 <!-- Allow root to own the name on the bus -->
13                 <allow own="org.agl.statusbar"/>
14         </policy>
15 </busconfig>
16