You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed little regression after updating to 1.8.0.
Behavior on 1.7.2:
Screen is locked, I'm pressing "Enter"
Yubikey blinks, after touching Yubikey screen unlocks, Yubikey stops blinking
Behavior on 1.8.0:
Screen is locked, I'm pressing "Enter"
Yubikey blinks, after touching Yubikey screen unlocks, but Yubikey still blinks (or starts blinking again? hard to notice) like it's waiting for another touch input
Here is a relevant /etc/pam.d/system-auth section:
I don't have the setup to reproduce this issue, but suspect it's caused by swaylock queuing multiple unlock requests to its PAM handling subprocess, which tries to process all of them instead of stopping at the first success. (See e.g. run_pw_backend_child().) If my theory is correct, then building swaylock using either of #379 and #375 should prevent the described behavior.
Hi,
I've noticed little regression after updating to 1.8.0.
Behavior on 1.7.2:
Behavior on 1.8.0:
Here is a relevant
/etc/pam.d/system-auth
section:My guess is that for some reason, swaylock tries to go through PAM twice ... ?
The text was updated successfully, but these errors were encountered: