mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 08:10:18 +01:00
This is technical debt from mitigating CVE-2014-8148, which should really have had a regression test at the time. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88810 Reviewed-by: Philip Withnall
15 lines
479 B
Text
15 lines
479 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>
|
|
|
|
<policy context="default">
|
|
<allow send_interface="*"/>
|
|
<allow receive_interface="*"/>
|
|
<allow own="*"/>
|
|
<allow user="*"/>
|
|
</policy>
|
|
|
|
<!-- avoid allowing service activation since we are allowing everyone in -->
|
|
<servicehelper>/bin/false</servicehelper>
|
|
</busconfig>
|