Skip to content

Commit b68101a

Browse files
keesJonathan Corbet
authored andcommitted
doc: ReSTify keys.txt
This creates a new section in the security development index for kernel keys, and adjusts for ReST markup. Cc: David Howells <dhowells@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent a5606ce commit b68101a

File tree

7 files changed

+163
-168
lines changed

7 files changed

+163
-168
lines changed

Documentation/crypto/asymmetric-keys.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ mandatory:
265265

266266
The caller passes a pointer to the following struct with all of the fields
267267
cleared, except for data, datalen and quotalen [see
268-
Documentation/security/keys.txt].
268+
Documentation/security/keys/core.rst].
269269

270270
struct key_preparsed_payload {
271271
char *description;

Documentation/security/00-INDEX

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ keys-request-key.txt
66
- description of the kernel key request service.
77
keys-trusted-encrypted.txt
88
- info on the Trusted and Encrypted keys in the kernel key ring service.
9-
keys.txt
10-
- description of the kernel key retention service.

Documentation/security/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Security Documentation
77

88
credentials
99
IMA-templates
10+
keys/index
1011
LSM
1112
self-protection
1213
tpm/index

0 commit comments

Comments
 (0)