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
As soon as a file named “ask.xxxx” shows up, read it. It’s a simple .ini file that may be parsed with the usual parsers. The xxxx suffix is randomized.
Currently, systemd-cryptsetup asks FIDO2 PIN via ask_password_auto() call, but with NULL argument for id parameter, which makes list_ask_files fail to identify ask request. According to Password Agents Specification
It's seems that the current implementation doesn't comply with that.
The text was updated successfully, but these errors were encountered: