From c858da4ff6f4de7b596789de735b4fb526cf30a0 Mon Sep 17 00:00:00 2001 From: Jim Hebert Date: Fri, 24 Feb 2012 12:06:42 -0800 Subject: [PATCH] Fix eavesdropping config to avoid masking bad dbus configs BUG=chromium-os:26824 TEST=repro'd chromium-os:26790 on a test system with this config, demonstrating that it no longer masks the bug. Confirmed dbus-monitoring still works while doing so. (Tested with help from jorgelo.) Confirmed the 26790 fix is not regressed by this either. Change-Id: I60ce833ffb14a9a709ca6bfecf40221940845aa0 Reviewed-on: https://gerrit.chromium.org/gerrit/16739 Reviewed-by: Scott James Remnant Commit-Ready: Jim Hebert Tested-by: Jim Hebert --- mod_for_test_scripts/760enableDbusMonitor | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mod_for_test_scripts/760enableDbusMonitor b/mod_for_test_scripts/760enableDbusMonitor index 1f0b500b34..7143b1dc87 100755 --- a/mod_for_test_scripts/760enableDbusMonitor +++ b/mod_for_test_scripts/760enableDbusMonitor @@ -8,9 +8,12 @@ echo "Configuring to enable root access to dbus-monitor" cat > "${ROOT_FS_DIR}/etc/dbus-1/system-local.conf" < - - - + + + + + + EOF