16 lines
582 B
Text
16 lines
582 B
Text
<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
|
|
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<listen>debug-pipe:name=test-server</listen>
|
|
<listen>@TEST_LISTEN@</listen>
|
|
<servicedir>@DBUS_TEST_DATA@/valid-service-files</servicedir>
|
|
<auth>DBUS_COOKIE_SHA1</auth>
|
|
<policy context="default">
|
|
<allow send_interface="*"/>
|
|
<allow receive_interface="*"/>
|
|
<allow own="*"/>
|
|
<allow user="*"/>
|
|
</policy>
|
|
</busconfig>
|