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
initrd, doc: rename password to passphrase throughout
Complete the passphrase/PIN terminology pass started in the previous
commit: rename all internal variables, function names, cache file paths,
and code comments that used "password" for TPM/LUKS secrets.
- tpmr: tpm2_passphrase_hex, cache_owner_passphrase, tpm_passphrase var,
/tmp/secret/tpm_owner_passphrase cache path
- functions: prompt_tpm_owner_passphrase, prompt_new_owner_passphrase,
WARN strings updated to "TPM Owner Passphrase"
- kexec-seal-key: key_passphrase / key_passphrase2 variables
- gui-init, oem-factory-reset: call sites updated to match new names
- doc/faq.md, doc/keys.md: "disk password" -> "disk passphrase"
Terminology: TPM/LUKS secrets are passphrases; GPG smartcard operations
use PINs (OpenPGP spec). The --passwordbox whiptail flag is unchanged
(external API).
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Copy file name to clipboardExpand all lines: initrd/bin/kexec-select-boot
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ if [ "$CONFIG_TPM2_TOOLS" = "y" ]; then
72
72
}
73
73
else
74
74
WARN "Hash of TPM2 primary key handle does not exist - rebuild it by setting a default OS to boot: Options -> Boot Options -> Show OS Boot Menu -> pick OS -> Make default"
0 commit comments