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

Side by Side Diff: dhcpcd-dbus.conf

Issue 2865017: Put Introspect method on the correct interface, (Closed) Base URL: ssh://git@chromiumos-git/dhcpcd.git
Patch Set: Created 10 years, 6 months 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
« no previous file with comments | « dhcpcd-dbus.c ('k') | 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 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig> 3 <busconfig>
4 <!-- Only root can own the dhcpcd service --> 4 <!-- Only root can own the dhcpcd service -->
5 <policy user="root"> 5 <policy user="root">
6 <allow own="org.chromium.dhcpcd"/> 6 <allow own="org.chromium.dhcpcd"/>
7 <allow send_interface="org.chromium.dhcpcd" /> 7 <allow send_interface="org.chromium.dhcpcd" />
8 <allow send_destination="org.chromium.dhcpcd" /> 8 <allow send_destination="org.chromium.dhcpcd" />
9 </policy> 9 </policy>
10 10
11 <policy context="default"> 11 <policy context="default">
12 <allow send_interface="org.chromium.dhcpcd" /> 12 <allow send_interface="org.chromium.dhcpcd" />
13 <allow send_interface="org.freedesktop.DBus.Introspectable" />
13 <allow send_destination="org.chromium.dhcpcd" /> 14 <allow send_destination="org.chromium.dhcpcd" />
14 </policy> 15 </policy>
15 </busconfig> 16 </busconfig>
OLDNEW
« no previous file with comments | « dhcpcd-dbus.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698