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 <!-- Both root and dhcp 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 <policy user="dhcp"> 11 <allow own="org.chromium.dhcpcd"/> 12 <allow send_interface="org.chromium.dhcpcd" /> 13 <allow send_destination="org.chromium.dhcpcd" /> 14 </policy> 15 16 <policy context="default"> 17 <allow send_interface="org.chromium.dhcpcd" /> 18 <allow send_interface="org.freedesktop.DBus.Introspectable" /> 19 <allow send_destination="org.chromium.dhcpcd" /> 20 </policy> 21 </busconfig> 22