[systemd-bugs] [Bug 90818] logind: Save the user’s state when a session enters SESSION_ACTIVE
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 2 06:24:48 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90818
--- Comment #1 from Philip Withnall <bugzilla at tecnocode.co.uk> ---
Created attachment 116244
--> https://bugs.freedesktop.org/attachment.cgi?id=116244&action=edit
logind: Save the user’s state when a session enters SESSION_ACTIVE
When (for example) switching from X11 to a new VT and logging in there,
creating a new session, the user state file (/run/systemd/users/$uid) is
not updated after the session becomes active. The latest time it is
saved is when the session is in SESSION_OPENING.
This results in a /run/systemd/users/$uid file which contains
STATE=online for the current user on the current active VT, which is
obviously wrong.
As functions like sd_uid_get_state() use this file to get the user’s
state, this could result in things like PolicyKit making incorrect
decisions about the user’s state. (See
https://bugs.freedesktop.org/show_bug.cgi?id=76358.)
Fix this by re-saving the state for a session’s user after completing
the state_job for that session.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150602/859e0ce6/attachment-0001.html>
More information about the systemd-bugs
mailing list