diff options
author | Dov Murik <dovmurik@linux.ibm.com> | 2022-04-12 23:21:27 +0200 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2022-04-13 19:11:20 +0200 |
commit | 7419995a331c24a239bc0bce5df24360544c7038 (patch) | |
tree | d9437abfff53c0aa307b8934e62b557734c9a997 /Documentation/security/index.rst | |
parent | efi: Register efi_secret platform device if EFI secret area is declared (diff) | |
download | linux-7419995a331c24a239bc0bce5df24360544c7038.tar.xz linux-7419995a331c24a239bc0bce5df24360544c7038.zip |
docs: security: Add secrets/coco documentation
Add documentation for the efi_secret module which allows access
to Confidential Computing injected secrets.
Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://lore.kernel.org/r/20220412212127.154182-5-dovmurik@linux.ibm.com
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'Documentation/security/index.rst')
-rw-r--r-- | Documentation/security/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/security/index.rst b/Documentation/security/index.rst index 16335de04e8c..6ed8d2fa6f9e 100644 --- a/Documentation/security/index.rst +++ b/Documentation/security/index.rst @@ -17,3 +17,4 @@ Security Documentation tpm/index digsig landlock + secrets/index |