[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v21 33/33] docs: Document TPM2 key protector |
Date: |
Tue, 5 Nov 2024 16:44:06 +0100 |
On Mon, Nov 04, 2024 at 03:32:06PM +0800, Gary Lin wrote:
> Update the user manual to address TPM2 key protector including the two
> related commands, tpm2_key_protector_init and tpm2_key_protector_clear,
> and the user-space utility: grub-protect.
>
> Signed-off-by: Gary Lin <glin@suse.com>
> ---
> docs/grub.texi | 512 +++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 512 insertions(+)
>
> diff --git a/docs/grub.texi b/docs/grub.texi
> index fdd49d62e..64f10ee34 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
[...]
> +@node Invoking grub-protect
> +@section Invoking grub-protect
> +
> +The program @command{grub-protect} protects a disk encryption key with
> +a specified key protector.
> +
> +@table @option
> +@item --help
> +Print a summary of the command-line options and exit.
> +
> +@item --version
> +Print the version number of GRUB and exit.
> +
> +@item -a add|remove
> +@itemx --action=add|remove
> +Add or remove a key protector to or from a key.
> +
> +@item -p
s/-p/-p @var{protector}/
Please fix this minor issue and issues mentioned by Stefan. If you do that
feel free to add Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>.
Daniel
- [PATCH v21 26/33] tpm2_key_protector: Support authorized policy, (continued)
- [PATCH v21 26/33] tpm2_key_protector: Support authorized policy, Gary Lin, 2024/11/04
- [PATCH v21 27/33] tpm2_key_protector: Implement NV index, Gary Lin, 2024/11/04
- [PATCH v21 28/33] cryptodisk: Fallback to passphrase, Gary Lin, 2024/11/04
- [PATCH v21 29/33] cryptodisk: wipe out the cached keys from protectors, Gary Lin, 2024/11/04
- [PATCH v21 31/33] tpm2_key_protector: Add grub-emu support, Gary Lin, 2024/11/04
- [PATCH v21 30/33] diskfilter: look up cryptodisk devices first, Gary Lin, 2024/11/04
- [PATCH v21 32/33] tests: Add tpm2_key_protector_test, Gary Lin, 2024/11/04
- [PATCH v21 33/33] docs: Document TPM2 key protector, Gary Lin, 2024/11/04