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>
This commit is contained in:
Родитель
a5606ced28
Коммит
b68101a1e8
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -7,6 +7,7 @@ Security Documentation
|
|||
|
||||
credentials
|
||||
IMA-templates
|
||||
keys/index
|
||||
LSM
|
||||
self-protection
|
||||
tpm/index
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,8 @@
|
|||
===========
|
||||
Kernel Keys
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
core
|
|
@ -7342,7 +7342,7 @@ KEYS/KEYRINGS:
|
|||
M: David Howells <dhowells@redhat.com>
|
||||
L: keyrings@vger.kernel.org
|
||||
S: Maintained
|
||||
F: Documentation/security/keys.txt
|
||||
F: Documentation/security/keys/core.rst
|
||||
F: include/linux/key.h
|
||||
F: include/linux/key-type.h
|
||||
F: include/linux/keyctl.h
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* See Documentation/security/keys.txt for information on keys/keyrings.
|
||||
* See Documentation/security/keys/core.rst for information on keys/keyrings.
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_KEY_H
|
||||
|
|
Загрузка…
Ссылка в новой задаче