Summary: | Consider to add TPM2 and FIDO2 security devices suport for systemd. | ||
---|---|---|---|
Product: | Branch p10 | Reporter: | Constantin <constacalm> |
Component: | systemd | Assignee: | Alexey Shabalin <shaba> |
Status: | NEW --- | QA Contact: | qa-p10 <qa-p10> |
Severity: | enhancement | ||
Priority: | P5 | CC: | amakeenk, constacalm |
Version: | не указана | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Constantin
2024-04-05 21:35:06 MSK
# rpm -q systemd && systemd-cryptenroll --tpm2-device=list systemd-249.17-alt2.x86_64 TPM2 not supported on this build. В сизифе не воспроизводится: # rpm -q systemd && systemd-cryptenroll --tpm2-device=list systemd-254.10-alt1.x86_64 No suitable TPM2 devices found. In sysyphys we still can't use systemd to enroll LUKS2 keys into FIDO2 external device such as Yubikey\Rutoken MFA\Google Titan, etc: # systemd --version systemd 254 (254.10-alt1) +PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified As we can see, systemd in sysyphus still has no support of FIDO2 devices. Almost any modern linux distro has this support now. Moreover, many distros suggest this support in two independent ways -- with systemd (modern way) and with special luks yubikey packages (legacy way). Btw, original bug points mainly over P10 platform, not sysyphus. |