summaryrefslogtreecommitdiff
path: root/dispatcher/nm-dispatcher.conf
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-12 11:56:33 +0200
committerThomas Haller <thaller@redhat.com>2016-10-13 21:33:33 +0200
commitf42466215aa6de79f14a00f256286e49e235914b (patch)
treef196ca5a3d876776d9ecc606095929f950c58dc1 /dispatcher/nm-dispatcher.conf
parent8b660f245667c33e89d883ec71cc3df54b6c655f (diff)
callouts/dispatcher: rename directory callouts
Originally, the "callouts" directory contained various programs that NetworkManager would call, for example the dhcp helper. For a while, it only contains nm-dispatcher. Thus rename the directory to indicate that it's for dispatcher.
Diffstat (limited to 'dispatcher/nm-dispatcher.conf')
-rw-r--r--dispatcher/nm-dispatcher.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/dispatcher/nm-dispatcher.conf b/dispatcher/nm-dispatcher.conf
new file mode 100644
index 0000000000..fd2f0e5a42
--- /dev/null
+++ b/dispatcher/nm-dispatcher.conf
@@ -0,0 +1,14 @@
+<!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_dispatcher"/>
+ <allow send_destination="org.freedesktop.nm_dispatcher"/>
+ </policy>
+ <policy context="default">
+ <deny own="org.freedesktop.nm_dispatcher"/>
+ <deny send_destination="org.freedesktop.nm_dispatcher"/>
+ </policy>
+</busconfig>
+