summaryrefslogtreecommitdiff
path: root/NodeStateManager/config/org.genivi.NodeStateManager.conf
blob: 74b188e111d63f7cfa4cd9d0336fb5abcfb41c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- Only root can own the service -->
  <policy user="root">
    <allow own="org.genivi.NodeStateManager"/>
  </policy>

  <policy at_console="true">
    <allow send_destination="org.genivi.NodeStateManager"/>
    <allow send_interface="org.genivi.NodeStateManager.LifeCycleConsumer"/>
  </policy>

  <policy context="default">
    <allow send_destination="org.genivi.NodeStateManager"/>
    <allow send_interface="org.genivi.NodeStateManager.LifeCycleConsumer"/>
  </policy>
</busconfig>