diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-04-27 19:31:44 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-04-27 19:31:44 +0000 |
commit | 16b4f21559a5143a94f1b132c31537134cad8364 (patch) | |
tree | 51c2f1820c99fe8386813ac517399240869d3152 /sys-auth/consolekit/files | |
parent | amd64/x86 stable, bug #267340 (diff) | |
download | gentoo-2-16b4f21559a5143a94f1b132c31537134cad8364.tar.gz gentoo-2-16b4f21559a5143a94f1b132c31537134cad8364.tar.bz2 gentoo-2-16b4f21559a5143a94f1b132c31537134cad8364.zip |
Add SetIdleHint to dbus policy
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/consolekit/files')
-rw-r--r-- | sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch b/sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch new file mode 100644 index 000000000000..27aa96a1e92d --- /dev/null +++ b/sys-auth/consolekit/files/consolekit-0.3.0-allow-setidle.patch @@ -0,0 +1,12 @@ +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN ConsoleKit-0.3.0.orig/data/ConsoleKit.conf ConsoleKit-0.3.0/data/ConsoleKit.conf +--- ConsoleKit-0.3.0.orig/data/ConsoleKit.conf 2008-04-19 01:39:49.000000000 -0400 ++++ ConsoleKit-0.3.0/data/ConsoleKit.conf 2009-04-27 15:20:57.000000000 -0400 +@@ -90,6 +90,8 @@ + <allow send_interface="org.freedesktop.ConsoleKit.Session" + send_member="GetIdleHint"/> + <allow send_interface="org.freedesktop.ConsoleKit.Session" ++ send_member="SetIdleHint"/> ++ <allow send_interface="org.freedesktop.ConsoleKit.Session" + send_member="GetIdleSinceHint"/> + </policy> + |