diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2024-04-04 17:05:18 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-11 13:15:32 +0200 |
commit | aadbe5592538aad8aba20685bf43ce311cc4d664 (patch) | |
tree | 5dbd3b176edcfdf99d77cca1f3616bfeed3df25e /man | |
parent | Merge pull request #32216 from DaanDeMeyer/fix (diff) | |
download | systemd-aadbe5592538aad8aba20685bf43ce311cc4d664.tar.xz systemd-aadbe5592538aad8aba20685bf43ce311cc4d664.zip |
creds: allow null when decrypting
pcrlock writes a credential file using null key. Make sure systemd-creds
can show the file
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-creds.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-creds.xml b/man/systemd-creds.xml index 169d1a1da2..79ede4904d 100644 --- a/man/systemd-creds.xml +++ b/man/systemd-creds.xml @@ -434,6 +434,14 @@ </varlistentry> <varlistentry> + <term><option>--allow-null</option></term> + + <listitem><para>Allow decrypting credentials that use an empty key.</para> + + <xi:include href="version-info.xml" xpointer="v256"/></listitem> + </varlistentry> + + <varlistentry> <term><option>--quiet</option></term> <term><option>-q</option></term> |