allwinner_a64/android/external/dhcpcd-6.8.2/dbus/dhcpcd-dbus.conf
2018-08-08 16:14:42 +08:00

21 lines
794 B
Text

<!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>