flatcar-scripts/mod_for_dbusspy/system-local.conf
Scott James Remnant 707e277431 Fix configuration to make dbus-monitor work
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>
2012-11-27 12:36:14 -08:00

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>