summaryrefslogtreecommitdiffstats
path: root/SmartKit.conf
blob: d74019af02451834d4f0433e506625b44bd3cd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <policy user="root">
    <allow own="net.poettering.SmartKit"/>
  </policy>

  <policy context="default">
    <allow send_destination="net.poettering.SmartKit"/>
    <allow receive_sender="net.poettering.SmartKit"/>
  </policy>
</busconfig>