diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /callouts/nm-dhcp-client.conf | |
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'callouts/nm-dhcp-client.conf')
| -rw-r--r-- | callouts/nm-dhcp-client.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/callouts/nm-dhcp-client.conf b/callouts/nm-dhcp-client.conf new file mode 100644 index 00000000..0aeae603 --- /dev/null +++ b/callouts/nm-dhcp-client.conf @@ -0,0 +1,13 @@ +<!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.nm_dhcp_client"/> + </policy> + <policy context="default"> + <deny own="org.freedesktop.nm_dhcp_client"/> + <deny send_destination="org.freedesktop.nm_dhcp_client"/> + </policy> +</busconfig> + |