| <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | |
| "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | |
| <busconfig> | |
| <policy user="root"> | |
| <allow own="org.freedesktop.NetworkManager"/> | |
| <allow send_destination="org.freedesktop.NetworkManager"/> | |
| </policy> | |
| <policy at_console="true"> | |
| <allow send_destination="org.freedesktop.NetworkManager"/> | |
| </policy> | |
| <policy context="default"> | |
| <deny send_destination="org.freedesktop.NetworkManager"/> | |
| </policy> | |
| </busconfig> |