summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-07-20 16:22:43 -0400
committerRay Strode <rstrode@redhat.com>2009-07-20 16:22:43 -0400
commitbb5c86f61775039dca779959eb5822cb1d453bbd (patch)
treeb31440b2e1e9ed4ba8024de3e300a9d8e19a5645 /data
parent0f5390165fd68322d077e13d828af8f32fc09327 (diff)
Allow GetSessions to get called
The manager interface GetSessions function was disallowed by the dbus security policy, despite only exporting information that's available in other ways. This commit opens it up. See http://bugs.freedesktop.org/show_bug.cgi?id=20471
Diffstat (limited to 'data')
-rw-r--r--data/ConsoleKit.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf
index ccbc500..8512efd 100644
--- a/data/ConsoleKit.conf
+++ b/data/ConsoleKit.conf
@@ -41,6 +41,9 @@
send_member="GetSeats"/>
<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_destination="org.freedesktop.ConsoleKit"
send_interface="org.freedesktop.ConsoleKit.Manager"