sl@0: <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 --> sl@0: sl@0: <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" sl@0: "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> sl@0: <busconfig> sl@0: <listen>debug-pipe:name=test-server</listen> sl@0: <listen>unix:tmpdir=@TEST_SOCKET_DIR@</listen> sl@0: <servicedir>@TEST_SERVICE_DIR@</servicedir> sl@0: <auth>DBUS_COOKIE_SHA1</auth> sl@0: <policy context="default"> sl@0: <allow send_interface="*"/> sl@0: <allow receive_interface="*"/> sl@0: <allow own="*"/> sl@0: <allow user="*"/> sl@0: </policy> sl@0: </busconfig>