tags 446906 security
thanks

Hi

Attached you will find an NMU patch to fix this problem.
Please also note that CVE-2007-3920 was assigned for this issue.

Cheers
Steffen
diff -u gnome-screensaver-2.20.0/debian/changelog gnome-screensaver-2.20.0/debian/changelog
--- gnome-screensaver-2.20.0/debian/changelog
+++ gnome-screensaver-2.20.0/debian/changelog
@@ -1,3 +1,11 @@
+gnome-screensaver (2.20.0-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the testing-security team
+  * Prevent screen lock bypass via shortcuts when compiz is running
+    (Closes: #446906) Fixes: CVE-2007-3920
+
+ -- Steffen Joeris <[EMAIL PROTECTED]>  Wed, 24 Oct 2007 13:08:36 +0000
+
 gnome-screensaver (2.20.0-1) unstable; urgency=low
 
   [ Riccardo Setti ]
only in patch2:
unchanged:
--- gnome-screensaver-2.20.0.orig/src/gs-manager.c
+++ gnome-screensaver-2.20.0/src/gs-manager.c
@@ -1045,7 +1045,7 @@
         }
 
         /* Move keyboard and mouse grabs so dialog can be used */
-        gs_grab_move_to_window (manager->priv->grab,
+        gs_grab_grab_window (manager->priv->grab,
                                 gs_window_get_gdk_window (window),
                                 gs_window_get_screen (window),
                                 FALSE);

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Reply via email to