mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-25 22:18:13 +02:00
4.5 years after it was implemented, here is the regression test. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57952 Reviewed-by: Philip Withnall
11 lines
394 B
Text
11 lines
394 B
Text
<!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>@DBUS_TEST_DATA@/systemd-activation</servicedir>
|
|
<policy context="default">
|
|
<allow send_destination="*"/>
|
|
<allow receive_sender="*"/>
|
|
<allow own="*"/>
|
|
</policy>
|
|
</busconfig>
|