summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-09 10:43:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-11 08:15:16 +0100
commitce1698b14aa04b53f2a63da30ba8a31294ef83c2 (patch)
tree87d61c4be7383f9d08725ffc81b0e9051a22ee58 /projectroot
parent336d38cfa0f9aad2300cfc62ed1a8c49d960318d (diff)
downloadptxdist-ce1698b14aa04b53f2a63da30ba8a31294ef83c2.tar.gz
ptxdist-ce1698b14aa04b53f2a63da30ba8a31294ef83c2.tar.xz
projectroot: remove obsolete /etc/dbus-1/system.d/avahi-dbus.conf
It is no longer installed since b097a15bd238b80a6be7cbf477414a67c1709958 ("avahi: change /etc/dbus-1 do /usr/share/dbus-1") Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/dbus-1/system.d/avahi-dbus.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/projectroot/etc/dbus-1/system.d/avahi-dbus.conf b/projectroot/etc/dbus-1/system.d/avahi-dbus.conf
deleted file mode 100644
index ecea91430..000000000
--- a/projectroot/etc/dbus-1/system.d/avahi-dbus.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
- <!-- Only root or user avahi can own the Avahi service -->
- <policy user="avahi">
- <allow own="org.freedesktop.Avahi"/>
- </policy>
- <policy user="root">
- <allow own="org.freedesktop.Avahi"/>
- </policy>
-
- <!-- Allow anyone to invoke methods on Avahi server, except SetHostName -->
- <policy context="default">
- <allow send_destination="org.freedesktop.Avahi"/>
- <allow receive_sender="org.freedesktop.Avahi"/>
-
- <deny send_destination="org.freedesktop.Avahi"
- send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
- </policy>
-
- <!-- Allow everything, including access to SetHostName to users of the group "netdev" -->
- <policy group="netdev">
- <allow send_destination="org.freedesktop.Avahi"/>
- <allow receive_sender="org.freedesktop.Avahi"/>
- </policy>
-</busconfig>