Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: wpa_supplicant/dbus/dbus-wpa_supplicant.conf

Issue 4777002: wpa_supplicant: Permit the at_console user access to the (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/hostap.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wpa_supplicant/dbus/dbus-wpa_supplicant.conf
diff --git a/wpa_supplicant/dbus/dbus-wpa_supplicant.conf b/wpa_supplicant/dbus/dbus-wpa_supplicant.conf
index e8a17e110ab9e8d30b2e6a6a42aa6d6a5ccc2e99..111e220cb0a9b051ea5925beee20c7ea81f498d4 100644
--- a/wpa_supplicant/dbus/dbus-wpa_supplicant.conf
+++ b/wpa_supplicant/dbus/dbus-wpa_supplicant.conf
@@ -14,4 +14,9 @@
<deny send_interface="fi.w1.wpa_supplicant1"/>
<deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
+ <policy at_console="true">
+ <allow send_destination="fi.w1.wpa_supplicant1"
+ send_interface="org.freedesktop.DBus.Properties"
+ send_path="/fi/w1/wpa_supplicant1"/>
+ </policy>
</busconfig>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698