[Pkg-utopia-commits] r2833 - in /packages/unstable/avahi/debian: changelog patches/02-avahi-daemon-dbus-policy.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Feb 17 17:26:41 UTC 2009


Author: biebl
Date: Tue Feb 17 17:26:41 2009
New Revision: 2833

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2833
Log:
* debian/patches/02-avahi-daemon-dbus-policy.patch
  - Update D-Bus policy and fix deny rule by adding
    send_destionation="org.freedesktop.Avahi".

Added:
    packages/unstable/avahi/debian/patches/02-avahi-daemon-dbus-policy.patch
Modified:
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2833&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Feb 17 17:26:41 2009
@@ -20,6 +20,9 @@
       libavahi-core6.symbols.kfreebsd-i386. (Closes: #508895)
   * Use dh_installifupdown to install the ifupdown hook scripts for
     avahi-daemon and avahi-autoipd.
+  * debian/patches/02-avahi-daemon-dbus-policy.patch
+    - Update D-Bus policy and fix deny rule by adding
+      send_destionation="org.freedesktop.Avahi".
 
  -- Michael Biebl <biebl at debian.org>  Tue, 17 Feb 2009 15:44:07 +0100
 

Added: packages/unstable/avahi/debian/patches/02-avahi-daemon-dbus-policy.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/02-avahi-daemon-dbus-policy.patch?rev=2833&op=file
==============================================================================
--- packages/unstable/avahi/debian/patches/02-avahi-daemon-dbus-policy.patch (added)
+++ packages/unstable/avahi/debian/patches/02-avahi-daemon-dbus-policy.patch Tue Feb 17 17:26:41 2009
@@ -1,0 +1,14 @@
+diff --git a/avahi-daemon/avahi-dbus.conf.in b/avahi-daemon/avahi-dbus.conf.in
+index e439e07..6ea099e 100644
+--- a/avahi-daemon/avahi-dbus.conf.in
++++ b/avahi-daemon/avahi-dbus.conf.in
+@@ -16,7 +16,8 @@
+     <allow send_destination="org.freedesktop.Avahi"/>
+     <allow receive_sender="org.freedesktop.Avahi"/>
+ 
+-    <deny send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
++    <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 "@AVAHI_PRIV_ACCESS_GROUP@" -->




More information about the Pkg-utopia-commits mailing list