Home | History | Annotate | Download | only in valid-config-files-system
      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>@TEST_LISTEN@</listen>
      7   <type>system</type>
      8   <servicehelper>@TEST_LAUNCH_HELPER_BINARY@</servicehelper>
      9   <servicedir>@TEST_INVALID_SERVICE_SYSTEM_DIR@</servicedir>
     10   <policy context="default">
     11     <allow send_interface="*"/>
     12     <allow receive_interface="*"/>
     13     <allow own="*"/>
     14     <allow user="*"/>
     15   </policy>
     16 </busconfig>
     17