Home | History | Annotate | Download | only in valid-config-files
      1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
      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>@TEST_LISTEN@</listen>
      7   <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
      8   <auth>DBUS_COOKIE_SHA1</auth>
      9   <policy context="default">
     10     <allow send_interface="*"/>
     11     <allow receive_interface="*"/>
     12     <allow own="*"/>
     13     <allow user="*"/>
     14   </policy>
     15 </busconfig>
     16