rpms/ConsoleKit/devel ConsoleKit.spec, 1.38, 1.39 consolekit-dbus-permissions.patch, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Apr 8 15:42:57 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/ConsoleKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4636

Modified Files:
	ConsoleKit.spec consolekit-dbus-permissions.patch 
Log Message:
Allow GetSessions in dbus policy



Index: ConsoleKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ConsoleKit/devel/ConsoleKit.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ConsoleKit.spec	28 Feb 2009 01:22:56 -0000	1.38
+++ ConsoleKit.spec	8 Apr 2009 15:42:26 -0000	1.39
@@ -6,7 +6,7 @@
 Summary: System daemon for tracking users, sessions and seats
 Name: ConsoleKit
 Version: 0.3.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
@@ -26,6 +26,7 @@
 
 Patch0: ConsoleKit-0.3.0-get-vt-from-display-instead-of-controlling-tty.patch
 # http://bugs.freedesktop.org/show_bug.cgi?id=19020
+# http://bugs.freedesktop.org/show_bug.cgi?id=20471
 Patch1: consolekit-dbus-permissions.patch
 
 Patch2: ConsoleKit-skipvalidation.patch
@@ -167,6 +168,9 @@
 %doc %{_datadir}/doc/%{name}-%{version}/spec/*
 
 %changelog
+* Wed Apr  8 2009 Matthias Clasen  <mclasen at redhat.com> - 0.3.0-7
+- Allow GetSessions calls in the dbus policy
+
 * Fri Feb 27 2009 Matthias Clasen  <mclasen at redhat.com> - 0.3.0-6
 - Fix the build
 

consolekit-dbus-permissions.patch:

Index: consolekit-dbus-permissions.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ConsoleKit/devel/consolekit-dbus-permissions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- consolekit-dbus-permissions.patch	14 Jan 2009 05:26:12 -0000	1.1
+++ consolekit-dbus-permissions.patch	8 Apr 2009 15:42:26 -0000	1.2
@@ -1,6 +1,7 @@
---- data/ConsoleKit.conf	2008-04-19 01:39:49.000000000 -0400
-+++ /home/walters/ConsoleKit.conf.in	2008-12-11 14:05:46.000000000 -0500
-@@ -8,88 +8,128 @@
+diff -up ConsoleKit-0.3.0/data/ConsoleKit.conf.consolekit ConsoleKit-0.3.0/data/ConsoleKit.conf
+--- ConsoleKit-0.3.0/data/ConsoleKit.conf.consolekit	2008-04-19 01:39:49.000000000 -0400
++++ ConsoleKit-0.3.0/data/ConsoleKit.conf	2009-04-08 11:40:33.347814036 -0400
+@@ -8,88 +8,131 @@
      <allow own="org.freedesktop.ConsoleKit"/>
  
      <!-- Allow all methods on interfaces -->
@@ -49,6 +50,9 @@
 -    <allow send_interface="org.freedesktop.ConsoleKit.Manager"
 +    <allow send_destination="org.freedesktop.ConsoleKit"
 +           send_interface="org.freedesktop.ConsoleKit.Manager"
++           send_member="GetSessions"/>
++    <allow send_destination="org.freedesktop.ConsoleKit"
++           send_interface="org.freedesktop.ConsoleKit.Manager"
             send_member="GetSessionForCookie"/>
 -    <allow send_interface="org.freedesktop.ConsoleKit.Manager"
 +    <allow send_destination="org.freedesktop.ConsoleKit"




More information about the fedora-extras-commits mailing list