Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b68101a1 authored by Kees Cook's avatar Kees Cook Committed by Jonathan Corbet
Browse files

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: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a5606ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ mandatory:

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

	struct key_preparsed_payload {
		char		*description;
+0 −2
Original line number Diff line number Diff line
@@ -6,5 +6,3 @@ keys-request-key.txt
	- description of the kernel key request service.
keys-trusted-encrypted.txt
	- info on the Trusted and Encrypted keys in the kernel key ring service.
keys.txt
	- description of the kernel key retention service.
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ Security Documentation

   credentials
   IMA-templates
   keys/index
   LSM
   self-protection
   tpm/index
+151 −163

File changed and moved.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
===========
Kernel Keys
===========

.. toctree::
   :maxdepth: 1

   core
Loading