Codebase list avahi / 714c44d
* debian/patches/02-avahi-daemon-dbus-policy.patch - Update D-Bus policy and fix deny rule by adding send_destionation="org.freedesktop.Avahi". git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@2833 ceb527fc-18e6-0310-9fe2-813c157c29e7 Michael Biebl 15 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 libavahi-core6.symbols.kfreebsd-i386. (Closes: #508895)
2020 * Use dh_installifupdown to install the ifupdown hook scripts for
2121 avahi-daemon and avahi-autoipd.
22 * debian/patches/02-avahi-daemon-dbus-policy.patch
23 - Update D-Bus policy and fix deny rule by adding
24 send_destionation="org.freedesktop.Avahi".
2225
2326 -- Michael Biebl <biebl@debian.org> Tue, 17 Feb 2009 15:44:07 +0100
2427
0 diff --git a/avahi-daemon/avahi-dbus.conf.in b/avahi-daemon/avahi-dbus.conf.in
1 index e439e07..6ea099e 100644
2 --- a/avahi-daemon/avahi-dbus.conf.in
3 +++ b/avahi-daemon/avahi-dbus.conf.in
4 @@ -16,7 +16,8 @@
5 <allow send_destination="org.freedesktop.Avahi"/>
6 <allow receive_sender="org.freedesktop.Avahi"/>
7
8 - <deny send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
9 + <deny send_destination="org.freedesktop.Avahi"
10 + send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
11 </policy>
12
13 <!-- Allow everything, including access to SetHostName to users of the group "@AVAHI_PRIV_ACCESS_GROUP@" -->