os/ossrv/ofdbus/dbus/data/valid-config-files/debug-allow-all.conf.in
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
sl@0
     2
sl@0
     3
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
sl@0
     4
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
sl@0
     5
<busconfig>
sl@0
     6
  <listen>debug-pipe:name=test-server</listen>
sl@0
     7
  <listen>unix:tmpdir=@TEST_SOCKET_DIR@</listen>
sl@0
     8
  <servicedir>@TEST_SERVICE_DIR@</servicedir>
sl@0
     9
  <policy context="default">
sl@0
    10
    <allow send_interface="*"/>
sl@0
    11
    <allow receive_interface="*"/>
sl@0
    12
    <allow own="*"/>
sl@0
    13
    <allow user="*"/>
sl@0
    14
  </policy>
sl@0
    15
</busconfig>