os/ossrv/ofdbus/dbus/data/valid-config-files/debug-allow-all-sha1.conf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
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>tcp:host=localhost,port=12435</listen>
sl@0
     7
    <auth>DBUS_COOKIE_SHA1</auth>
sl@0
     8
    <servicedir>C:/Data/dbus/valid-service-files</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>