]> git.baikalelectronics.ru Git - kernel.git/commit
KEYS: Make BIG_KEYS boolean
authorJosh Boyer <jwboyer@redhat.com>
Wed, 30 Oct 2013 11:15:23 +0000 (11:15 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 30 Oct 2013 11:15:23 +0000 (11:15 +0000)
commitf793f1c57f2a5a06518f66e9b9231c7384bdae3a
tree959a9a617f7476d22dce1efbfb2b320668a52022
parent2bd07d64e2dc69db69b71288b277e2030650249e
KEYS: Make BIG_KEYS boolean

Having the big_keys functionality as a module is very marginally useful.
The userspace code that would use this functionality will get odd error
messages from the keys layer if the module isn't loaded.  The code itself
is fairly small, so just have this as a boolean option and not a tristate.

Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: David Howells <dhowells@redhat.com>
security/keys/Kconfig