diff options
author | David Howells <dhowells@redhat.com> | 2015-01-22 22:34:32 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2015-01-22 22:34:32 +0000 |
commit | dabd39cc2fb1b0e97313ebbe7309ea8e05b7cfb5 (patch) | |
tree | 0b3337728b5b9e607ef2b36d5c30f4267a5a343a /Documentation/security | |
parent | 961be7ef6963806cb978ccd6acf6bf84b0c63346 (diff) |
KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y
Now that /proc/keys is used by libkeyutils to look up a key by type and
description, we should make it unconditional and remove
CONFIG_DEBUG_PROC_KEYS.
Reported-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/keys.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/security/keys.txt b/Documentation/security/keys.txt index 821c936e1a63..c9e7f4f223a5 100644 --- a/Documentation/security/keys.txt +++ b/Documentation/security/keys.txt @@ -323,8 +323,6 @@ about the status of the key service: U Under construction by callback to userspace N Negative key - This file must be enabled at kernel configuration time as it allows anyone - to list the keys database. (*) /proc/key-users |