summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
diff options
context:
space:
mode:
authorKees Cook2017-05-13 13:51:40 +0200
committerJonathan Corbet2017-05-18 18:30:19 +0200
commitaf777cd1b83e95138e7285fde87c795ef0ae7c4d (patch)
treed5469f144ee67390169c9a6c59db6c333345e82d /kernel/cred.c
parentdoc: ReSTify IMA-templates.txt (diff)
downloadkernel-qcow2-linux-af777cd1b83e95138e7285fde87c795ef0ae7c4d.tar.gz
kernel-qcow2-linux-af777cd1b83e95138e7285fde87c795ef0ae7c4d.tar.xz
kernel-qcow2-linux-af777cd1b83e95138e7285fde87c795ef0ae7c4d.zip
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: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'kernel/cred.c')
-rw-r--r--kernel/cred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cred.c b/kernel/cred.c
index 2bc66075740f..ecf03657e71c 100644
--- a/kernel/cred.c
+++ b/kernel/cred.c
@@ -1,4 +1,4 @@
-/* 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)