Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/policykit/files: policykit-0.9-dbus-auth.patch
Date: Sat, 25 Apr 2009 02:42:19
Message-Id: E1LxXqL-0007px-5c@stork.gentoo.org
1 dang 09/04/25 02:42:17
2
3 Added: policykit-0.9-dbus-auth.patch
4 Log:
5 Fix policykit with new deny default in dbus
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-auth/policykit/files/policykit-0.9-dbus-auth.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit/files/policykit-0.9-dbus-auth.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit/files/policykit-0.9-dbus-auth.patch?rev=1.1&content-type=text/plain
13
14 Index: policykit-0.9-dbus-auth.patch
15 ===================================================================
16 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN PolicyKit-0.9.orig/polkitd/org.freedesktop.PolicyKit.conf.in PolicyKit-0.9/polkitd/org.freedesktop.PolicyKit.conf.in
17 --- PolicyKit-0.9.orig/polkitd/org.freedesktop.PolicyKit.conf.in 2008-05-30 17:24:44.000000000 -0400
18 +++ PolicyKit-0.9/polkitd/org.freedesktop.PolicyKit.conf.in 2009-04-24 22:14:57.000000000 -0400
19 @@ -8,4 +8,9 @@
20 <policy user="@polkituser@">
21 <allow own="org.freedesktop.PolicyKit"/>
22 </policy>
23 +
24 + <!-- any user can talk to the service (fd.o #18948) -->
25 + <policy context="default">
26 + <allow send_destination="org.freedesktop.PolicyKit"/>
27 + </policy>
28 </busconfig>