diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 07:51:53 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 12:33:56 -0400 |
commit | 5395d312dff00d9e94702d28fe1e08dacd1cbe31 (patch) | |
tree | 30ceb33af54d501ef59d8b7a2624e41f0cb0f984 /security/keys | |
parent | 3db38ed76890565772fcca3279cc8d454ea6176b (diff) |
doc: ReSTify keys-trusted-encrypted.txt
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells <dhowells@redhat.com>
Cc: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security/keys')
-rw-r--r-- | security/keys/encrypted-keys/encrypted.c | 2 | ||||
-rw-r--r-- | security/keys/encrypted-keys/masterkey_trusted.c | 2 | ||||
-rw-r--r-- | security/keys/trusted.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/keys/encrypted-keys/encrypted.c b/security/keys/encrypted-keys/encrypted.c index 0010955d7876..72ecbd0d1e37 100644 --- a/security/keys/encrypted-keys/encrypted.c +++ b/security/keys/encrypted-keys/encrypted.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
12 | * the Free Software Foundation, version 2 of the License. | 12 | * the Free Software Foundation, version 2 of the License. |
13 | * | 13 | * |
14 | * See Documentation/security/keys-trusted-encrypted.txt | 14 | * See Documentation/security/keys/trusted-encrypted.rst |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/uaccess.h> | 17 | #include <linux/uaccess.h> |
diff --git a/security/keys/encrypted-keys/masterkey_trusted.c b/security/keys/encrypted-keys/masterkey_trusted.c index b5b4812dbc87..cbf0bc127a73 100644 --- a/security/keys/encrypted-keys/masterkey_trusted.c +++ b/security/keys/encrypted-keys/masterkey_trusted.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
12 | * the Free Software Foundation, version 2 of the License. | 12 | * the Free Software Foundation, version 2 of the License. |
13 | * | 13 | * |
14 | * See Documentation/security/keys-trusted-encrypted.txt | 14 | * See Documentation/security/keys/trusted-encrypted.rst |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/uaccess.h> | 17 | #include <linux/uaccess.h> |
diff --git a/security/keys/trusted.c b/security/keys/trusted.c index 2ae31c5a87de..3811e75d280f 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation, version 2 of the License. | 9 | * the Free Software Foundation, version 2 of the License. |
10 | * | 10 | * |
11 | * See Documentation/security/keys-trusted-encrypted.txt | 11 | * See Documentation/security/keys/trusted-encrypted.rst |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <crypto/hash_info.h> | 14 | #include <crypto/hash_info.h> |