]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libfido2-util: show also verity features when listing FIDO2 devices (#35295)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Dec 2024 20:11:46 +0000 (05:11 +0900)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 20:11:46 +0000 (05:11 +0900)
This way, users don't have to check those features using an external
program, or wait for later failure when trying to enroll using an
unsupported feature.

E.g.:

```
# systemd-cryptenroll --fido2-device list
PATH         MANUFACTURER PRODUCT               RK  CLIENTPIN UP  UV
/dev/hidraw2 Yubico       YubiKey OTP+FIDO+CCID yes no        yes no
```


Trivial merge