blob: 222ff4afbbb1dccdf7a123a2a69b0ee306e04074 [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>
<!-- Only root 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 context="default">
<allow send_interface="org.chromium.dhcpcd" />
<allow send_interface="org.freedesktop.DBus.Introspectable" />
<allow send_destination="org.chromium.dhcpcd" />
</policy>
</busconfig>