summarylogtreecommitdiffstats
path: root/tvheadend-dbus.conf
blob: 07a5363b921c73f32f120a38e983baa609457aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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="hts">
    <allow own="org.tvheadend.server"/>
    <allow own="org.tvheadend.notify"/>
  </policy>

  <policy group="hts">
    <allow send_destination="org.tvheadend.server"/>
    <allow receive_sender="org.tvheadend.server"/>
  </policy>

</busconfig>