ofdbus/dbus/data/valid-config-files/debug-allow-all.conf.in
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
       
     2 
       
     3 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
       
     4  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
       
     5 <busconfig>
       
     6   <listen>debug-pipe:name=test-server</listen>
       
     7   <listen>unix:tmpdir=@TEST_SOCKET_DIR@</listen>
       
     8   <servicedir>@TEST_SERVICE_DIR@</servicedir>
       
     9   <policy context="default">
       
    10     <allow send_interface="*"/>
       
    11     <allow receive_interface="*"/>
       
    12     <allow own="*"/>
       
    13     <allow user="*"/>
       
    14   </policy>
       
    15 </busconfig>