GNOME Bugzilla – Bug 708051
switching users without locking screen allows user to switch back and interrupt lock
Last modified: 2013-09-26 08:47:15 UTC
When switching to another user, the lock screen does not begin to activate for the first user until after switching back to the first. After switching back, the fade animation is displayed and the user can interrupt the locking. This could potentially allow a user to gain access to another user's account.
Created attachment 255680 [details] [review] SystemMenu: wait for a completed paint before switching VT Activating the GDM login screen switches VT and causes X to freeze event processing (because it lost the drm master), so must make sure to have painted the lock screen at least once before proceeding, or the user can go back and see the unlocked desktop.
Review of attachment 255680 [details] [review]: I thought we fixed this once before, but anyways, looks right to me.
Attachment 255680 [details] pushed as 3b1b9f5 - SystemMenu: wait for a completed paint before switching VT