mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-14 23:21:32 +01:00
BUG=none TEST=dbus-monitor shows method returns and errors Change-Id: Ib21b3f13e3ecb237615288bd8f8970711992b640 Reviewed-on: https://gerrit.chromium.org/gerrit/38747 Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Ready: Scott James Remnant <keybuk@chromium.org> Tested-by: Scott James Remnant <keybuk@chromium.org>
18 lines
635 B
Plaintext
18 lines
635 B
Plaintext
<busconfig>
|
|
<policy context="default">
|
|
<!-- Allow all messages to be sent to and received by eavesdropping
|
|
connections. This overrides any deny rules in system.d -->
|
|
<allow send_type="method_call" eavesdrop="true"/>
|
|
<allow receive_type="method_call" eavesdrop="true"/>
|
|
|
|
<allow send_type="method_return" eavesdrop="true"/>
|
|
<allow receive_type="method_return" eavesdrop="true"/>
|
|
|
|
<allow send_type="error" eavesdrop="true"/>
|
|
<allow receive_type="error" eavesdrop="true"/>
|
|
|
|
<allow send_type="signal" eavesdrop="true"/>
|
|
<allow receive_type="signal" eavesdrop="true"/>
|
|
</policy>
|
|
</busconfig>
|