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

Side by Side Diff: dhcpcd-dbus.conf

Issue 2428004: Overhaul dhcpcd for chrome os use (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: purge hooks from configure to silence complaint 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') | dhcpcd-hooks/01-test » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4 <!-- Only root can own the dhcpcd service -->
5 <policy user="root">
6 <allow own="org.chromium.dhcpcd"/>
7 <allow send_interface="org.chromium.dhcpcd" />
8 <allow send_destination="org.chromium.dhcpcd" />
9 </policy>
10
11 <policy context="default">
12 <allow send_interface="org.chromium.dhcpcd" />
13 <allow send_destination="org.chromium.dhcpcd" />
14 </policy>
15 </busconfig>
OLDNEW
« no previous file with comments | « dhcpcd-dbus.c ('k') | dhcpcd-hooks/01-test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698