3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

test-runner: open up dbus config for dbus-monitor

dbus-monitor was not able to eavesdrop on method calls without
some changed to the dbus config.
This commit is contained in:
James Prestwood 2020-09-16 12:40:06 -07:00 committed by Denis Kenzior
parent d745fbe24e
commit 6b3d6f9d60

View File

@ -149,6 +149,8 @@ busconfig.dtd\">
<allow receive_type=\"signal\"/>
<allow receive_type=\"method_return\"/>
<allow receive_type=\"error\"/>
<allow send_destination=\"*\" eavesdrop=\"true\"/>
<allow eavesdrop=\"true\"/>
</policy>
</busconfig>
'''