mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-20 03:49:38 +01: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:
parent
d745fbe24e
commit
6b3d6f9d60
@ -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>
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user