aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/security
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-07 14:54:27 -0400
committerJonathan Corbet <corbet@lwn.net>2019-06-08 15:42:11 -0400
commit6ad8b21652ec26a5ad51ffc91470e15c19156548 (patch)
treeea0316b56c6584e07922eab51f283a5677c6c072 /Documentation/security
parentea0ad8763b17395fc611f6d91d1de389ec0cc584 (diff)
docs: security: trusted-encrypted.rst: fix code-block tag
The code-block tag is at the wrong place, causing those warnings: Documentation/security/keys/trusted-encrypted.rst:112: WARNING: Literal block expected; none found. Documentation/security/keys/trusted-encrypted.rst:121: WARNING: Unexpected indentation. Documentation/security/keys/trusted-encrypted.rst:122: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/security/keys/trusted-encrypted.rst:123: WARNING: Block quote ends without a blank line; unexpected unindent. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: James Morris <jamorris@linux.microsoft.com> Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/security')
-rw-r--r--Documentation/security/keys/trusted-encrypted.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/security/keys/trusted-encrypted.rst b/Documentation/security/keys/trusted-encrypted.rst
index 7b35fcb58933..50ac8bcd6970 100644
--- a/Documentation/security/keys/trusted-encrypted.rst
+++ b/Documentation/security/keys/trusted-encrypted.rst
@@ -107,12 +107,14 @@ Where::
107 107
108Examples of trusted and encrypted key usage: 108Examples of trusted and encrypted key usage:
109 109
110Create and save a trusted key named "kmk" of length 32 bytes:: 110Create and save a trusted key named "kmk" of length 32 bytes.
111 111
112Note: When using a TPM 2.0 with a persistent key with handle 0x81000001, 112Note: When using a TPM 2.0 with a persistent key with handle 0x81000001,
113append 'keyhandle=0x81000001' to statements between quotes, such as 113append 'keyhandle=0x81000001' to statements between quotes, such as
114"new 32 keyhandle=0x81000001". 114"new 32 keyhandle=0x81000001".
115 115
116::
117
116 $ keyctl add trusted kmk "new 32" @u 118 $ keyctl add trusted kmk "new 32" @u
117 440502848 119 440502848
118 120