[Pkg-utopia-commits] r2700 - in /packages/unstable/policykit/debian: changelog patches/02_dbus_policy.patch

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Tue Jan 6 01:18:16 UTC 2009


Author: smcv
Date: Tue Jan  6 01:18:16 2009
New Revision: 2700

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2700
Log:
Add patch committed in Fedora (although not upstream) by the upstream
maintainer, to allow PolicyKit to be used when CVE-2008-4311 has
been fixed in dbus-daemon. (Closes: #510646)

Added:
    packages/unstable/policykit/debian/patches/02_dbus_policy.patch
Modified:
    packages/unstable/policykit/debian/changelog

Modified: packages/unstable/policykit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/changelog?rev=2700&op=diff
==============================================================================
--- packages/unstable/policykit/debian/changelog (original)
+++ packages/unstable/policykit/debian/changelog Tue Jan  6 01:18:16 2009
@@ -1,3 +1,11 @@
+policykit (0.9-2) UNRELEASED; urgency=high
+
+  * Add patch committed in Fedora (although not upstream) by the upstream
+    maintainer, to allow PolicyKit to be used when CVE-2008-4311 has
+    been fixed in dbus-daemon. (Closes: #510646)
+
+ -- Simon McVittie <smcv at debian.org>  Mon, 05 Jan 2009 23:44:57 +0000
+
 policykit (0.9-1) unstable; urgency=low
 
   * New upstream release. 

Added: packages/unstable/policykit/debian/patches/02_dbus_policy.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/patches/02_dbus_policy.patch?rev=2700&op=file
==============================================================================
--- packages/unstable/policykit/debian/patches/02_dbus_policy.patch (added)
+++ packages/unstable/policykit/debian/patches/02_dbus_policy.patch Tue Jan  6 01:18:16 2009
@@ -1,0 +1,12 @@
+--- PolicyKit-0.8.orig/polkitd/org.freedesktop.PolicyKit.conf.in	2008-12-08 10:55:12.000000000 -0500
++++ PolicyKit-0.8/polkitd/org.freedesktop.PolicyKit.conf.in	2008-12-08 12:05:33.000000000 -0500
+@@ -8,4 +8,9 @@
+   <policy user="@polkituser@">
+     <allow own="org.freedesktop.PolicyKit"/>
+   </policy>
++
++  <!-- any user can talk to the service (fd.o #18948) -->
++  <policy context="default">
++    <allow send_destination="org.freedesktop.PolicyKit"/>
++  </policy>
+ </busconfig>




More information about the Pkg-utopia-commits mailing list