summaryrefslogtreecommitdiff
path: root/test/data/valid-config-files/multi-user.conf.in
blob: 37a7da67728c6d21ee37e8d2fc8940838edb9298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
  <listen>@TEST_LISTEN@</listen>

  <policy context="default">
    <allow send_interface="*"/>
    <allow receive_interface="*"/>
    <allow own="*"/>
    <allow user="*"/>
  </policy>

  <!-- avoid allowing service activation since we are allowing everyone in -->
  <servicehelper>/bin/false</servicehelper>
</busconfig>