blob: 766cc598097aba98a82e146abf15201ed81df6d2 [file] [log] [blame]
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Both root and dhcp can own the dhcpcd service -->
<policy user="root">
<allow own="org.chromium.dhcpcd"/>
<allow send_interface="org.chromium.dhcpcd" />
<allow send_destination="org.chromium.dhcpcd" />
</policy>
<policy user="dhcp">
<allow own="org.chromium.dhcpcd"/>
<allow send_interface="org.chromium.dhcpcd" />
<allow send_destination="org.chromium.dhcpcd" />
</policy>
<policy context="default">
<allow send_interface="org.chromium.dhcpcd" />
<allow send_interface="org.freedesktop.DBus.Introspectable" />
<allow send_destination="org.chromium.dhcpcd" />
</policy>
</busconfig>