diff options
author | James Morris <james.l.morris@oracle.com> | 2015-01-29 11:03:24 +1100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2015-01-29 11:03:24 +1100 |
commit | bfc8419670bb6edc53b7423900a50f3c974839a0 (patch) | |
tree | b9b3972498a9be988ec37c67c5f552c34f8efa2a /security/keys/Kconfig | |
parent | 90200f19160734feceb92a3a054864c340242699 (diff) | |
parent | e994393acd65e729a574aaca466eab22b5b39cc6 (diff) | |
download | op-kernel-dev-bfc8419670bb6edc53b7423900a50f3c974839a0.zip op-kernel-dev-bfc8419670bb6edc53b7423900a50f3c974839a0.tar.gz |
Merge tag 'keys-next-20150123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'security/keys/Kconfig')
-rw-r--r-- | security/keys/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/keys/Kconfig b/security/keys/Kconfig index a4f3f8c..72483b8 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig @@ -80,21 +80,3 @@ config ENCRYPTED_KEYS Userspace only ever sees/stores encrypted blobs. If you are unsure as to whether this is required, answer N. - -config KEYS_DEBUG_PROC_KEYS - bool "Enable the /proc/keys file by which keys may be viewed" - depends on KEYS - help - This option turns on support for the /proc/keys file - through which - can be listed all the keys on the system that are viewable by the - reading process. - - The only keys included in the list are those that grant View - permission to the reading process whether or not it possesses them. - Note that LSM security checks are still performed, and may further - filter out keys that the current process is not authorised to view. - - Only key attributes are listed here; key payloads are not included in - the resulting table. - - If you are unsure as to whether this is required, answer N. |