diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-12 17:51:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-13 07:28:55 +0200 |
commit | 9d63491f25e4ec525f701c2817b58ee1fe09aa5b (patch) | |
tree | 15e07caf92711d37adb1cc9b14cbf0bc15fb36a6 /catalog | |
parent | networkd: move sysctl code to use PID_FMT (diff) | |
download | systemd-9d63491f25e4ec525f701c2817b58ee1fe09aa5b.tar.xz systemd-9d63491f25e4ec525f701c2817b58ee1fe09aa5b.zip |
catalog: rebreak catalog entry
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 0a12b7c3f7..acc6a22094 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -788,12 +788,13 @@ Defined-By: systemd Support: %SUPPORT_URL% Documentation: man:systemd-tpm2-setup.service(8) -An authorization failure occurred while attempting to enroll a Storage Root Key (SRK) on the Trusted Platform -Module (TPM). Most likely this means that a PIN/Password (authValue) has been set on the Owner hierarchy of -the TPM. +An authorization failure occurred while attempting to enroll a Storage Root Key +(SRK) on the Trusted Platform Module (TPM). Most likely this means that a +PIN/Password (authValue) has been set on the Owner hierarchy of the TPM. -Automatic SRK enrollment on TPMs in such scenarios is not supported. In order to unset the PIN/password -protection on the owner hierarchy issue a command like the following: 'tpm2_changeauth -c o -p <OLDPW> ""'. +Automatic SRK enrollment on TPMs in such scenarios is not supported. In order +to unset the PIN/password protection on the owner hierarchy issue a command +like the following: 'tpm2_changeauth -c o -p <OLDPW> ""'. -- 9cf56b8baf9546cf9478783a8de42113 Subject: A foreign process changed a sysctl we manage |