From b129b8dfd137bd9259b86e5a58fd0f563b9a31af Mon Sep 17 00:00:00 2001 From: Stefan Reiter Date: Thu, 5 Aug 2021 14:18:09 +0200 Subject: [PATCH] swtpm: Add "file://" backend to man page Signed-off-by: Stefan Reiter --- man/man8/swtpm.pod | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/man/man8/swtpm.pod b/man/man8/swtpm.pod index 44a3f8c..f82fd5c 100644 --- a/man/man8/swtpm.pod +++ b/man/man8/swtpm.pod @@ -159,10 +159,13 @@ the given file I bits. This value must be given as an octal number startin The default value is 0640. If I is specified, the TPM state data will be stored to the URI. -Currently I> is the only one available. In this case, -URI should specify the path to the directory where files are stored. If I -starts with a '/' then the path is interpreted as an absolute path, otherwise it is -a path relative to the current directory. +Currently I> and I> +are available. For 'dir://', the URI should specify the path to the directory where +files are stored. If I starts with a '/' then the path is interpreted +as an absolute path, otherwise it is a path relative to the current directory. +For 'file://', the URI should specify a single file or block device where TPM state +will be stored. A blockdevice must exist already and be big enough to store all +state. =item B<--tpm2> @@ -345,7 +348,8 @@ The I<--key> option supports the I parameter. =item B -The I<--tpmstate> option supports the I parameter. +The I<--tpmstate> option supports the I and +I parameters. =item B -- 2.39.2