avahi/avahi-remove-netdev.patch

14 lines
615 B
Diff

--- avahi-daemon/avahi-dbus.conf 2007-02-22 15:19:01.000000000 -0500
+++ avahi-daemon/avahi-dbus.conf 2007-02-22 16:12:21.000000000 -0500
@@ -19,8 +19,8 @@
<deny 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 everything, including access to SetHostName to users of the group "avahi" -->
+ <policy group="avahi">
<allow send_destination="org.freedesktop.Avahi"/>
<allow receive_sender="org.freedesktop.Avahi"/>
</policy>