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

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

doc: ReSTify credentials.txt



This updates the credentials API documentation to ReST markup and moves
it under the security subsection of kernel API documentation.

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 7b05b116
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ Yama.txt
	- documentation on the Yama Linux Security Module.
apparmor.txt
	- documentation on the AppArmor security extension.
credentials.txt
	- documentation about credentials in Linux.
keys-ecryptfs.txt
	- description of the encryption keys for the ecryptfs filesystem.
keys-request-key.txt
+124 −151

File changed and moved.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@ Security Documentation
.. toctree::
   :maxdepth: 1

   credentials
   IMA-templates
   tpm/index
+1 −1
Original line number Diff line number Diff line
/* Credentials management - see Documentation/security/credentials.txt
/* Credentials management - see Documentation/security/credentials.rst
 *
 * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
+1 −1
Original line number Diff line number Diff line
/* Task credentials management - see Documentation/security/credentials.txt
/* Task credentials management - see Documentation/security/credentials.rst
 *
 * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)