mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 04:58:01 +02:00
14 lines
485 B
CMake
14 lines
485 B
CMake
<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
|
|
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<listen>@TEST_LISTEN@</listen>
|
|
<servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
|
|
<policy context="default">
|
|
<allow send_interface="*"/>
|
|
<allow receive_interface="*"/>
|
|
<allow own="*"/>
|
|
<allow user="*"/>
|
|
</policy>
|
|
</busconfig>
|