From 64fee7148a434e4ee89d95a7c374a36d29a6f6f3 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 16 Oct 2015 19:12:15 +0200 Subject: [PATCH] wpa_supplicant: don't do in dbus service file It does more than intended; apart from denying messages to that particular interface it also denies all messages non-qualified with an interface globally. From the dbus-daemon manual: Be careful with send_interface/receive_interface, because the interface field in messages is optional. In particular, do NOT specify ! This will cause no-interface messages to be blocked for all services, which is almost certainly not what you intended. Always use rules of the form: We can just safely remove those rules, since we're sufficiently protected by the send_destination matches and method calls are disallowed by default anyway. Signed-off-by: Lubomir Rintel --- wpa_supplicant/dbus/dbus-wpa_supplicant.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/wpa_supplicant/dbus/dbus-wpa_supplicant.conf b/wpa_supplicant/dbus/dbus-wpa_supplicant.conf index c091234..382dcb3 100644 --- a/wpa_supplicant/dbus/dbus-wpa_supplicant.conf +++ b/wpa_supplicant/dbus/dbus-wpa_supplicant.conf @@ -17,11 +17,9 @@ - - -- 2.4.3