mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 20:38:09 +02:00
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.
16 lines
579 B
CMake
16 lines
579 B
CMake
<!-- 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>tcp:host=localhost,port=1234</listen>
|
|
<servicedir>@TEST_SERVICE_DIR@</servicedir>
|
|
<auth>DBUS_COOKIE_SHA1</auth>
|
|
<policy context="default">
|
|
<allow send_interface="*"/>
|
|
<allow receive_interface="*"/>
|
|
<allow own="*"/>
|
|
<allow user="*"/>
|
|
</policy>
|
|
</busconfig>
|