Skip to content

session-worker: don't set PAM_TTY to bogus value on failure

Ray Strode requested to merge wip/fix-pam-group into master

At the moment we set PAM_TTY to a bogus value if we're unable to read the current VT.

This commit adds an error check for that case.

Merge request reports