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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE busconfig PUBLIC 1 <!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4 <busconfig> 4 <busconfig>
5 <policy user="root"> 5 <policy user="root">
6 <allow own="fi.w1.wpa_supplicant1"/> 6 <allow own="fi.w1.wpa_supplicant1"/>
7 <allow send_destination="fi.w1.wpa_supplicant1"/> 7 <allow send_destination="fi.w1.wpa_supplicant1"/>
8 <allow send_interface="fi.w1.wpa_supplicant1"/> 8 <allow send_interface="fi.w1.wpa_supplicant1"/>
9 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="sign al"/> 9 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="sign al"/>
10 </policy> 10 </policy>
11 <policy context="default"> 11 <policy context="default">
12 <deny own="fi.w1.wpa_supplicant1"/> 12 <deny own="fi.w1.wpa_supplicant1"/>
13 <deny send_destination="fi.w1.wpa_supplicant1"/> 13 <deny send_destination="fi.w1.wpa_supplicant1"/>
14 <deny send_interface="fi.w1.wpa_supplicant1"/> 14 <deny send_interface="fi.w1.wpa_supplicant1"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signa l"/> 15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signa l"/>
16 </policy> 16 </policy>
17 <policy at_console="true">
18 <allow send_destination="fi.w1.wpa_supplicant1"
19 send_interface="org.freedesktop.DBus.Properties"
20 send_path="/fi/w1/wpa_supplicant1"/>
21 </policy>
17 </busconfig> 22 </busconfig>
OLDNEW
« 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