OLD | NEW |
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
3 <busconfig> | 3 <busconfig> |
4 <!-- Only root can own the dhcpcd service --> | 4 <!-- Only root can own the dhcpcd service --> |
5 <policy user="root"> | 5 <policy user="root"> |
6 <allow own="org.chromium.dhcpcd"/> | 6 <allow own="org.chromium.dhcpcd"/> |
7 <allow send_interface="org.chromium.dhcpcd" /> | 7 <allow send_interface="org.chromium.dhcpcd" /> |
8 <allow send_destination="org.chromium.dhcpcd" /> | 8 <allow send_destination="org.chromium.dhcpcd" /> |
9 </policy> | 9 </policy> |
10 | 10 |
11 <policy context="default"> | 11 <policy context="default"> |
12 <allow send_interface="org.chromium.dhcpcd" /> | 12 <allow send_interface="org.chromium.dhcpcd" /> |
| 13 <allow send_interface="org.freedesktop.DBus.Introspectable" /> |
13 <allow send_destination="org.chromium.dhcpcd" /> | 14 <allow send_destination="org.chromium.dhcpcd" /> |
14 </policy> | 15 </policy> |
15 </busconfig> | 16 </busconfig> |
OLD | NEW |