Skip to content

Commit

Permalink
KEYS: Make BIG_KEYS boolean
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Boyer authored and David Howells committed Oct 30, 2013
1 parent 50b719f commit 2eaf6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/keys/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config PERSISTENT_KEYRINGS
removed if they expire (a default timeout is set upon creation).

config BIG_KEYS
tristate "Large payload keys"
bool "Large payload keys"
depends on KEYS
depends on TMPFS
help
Expand Down

0 comments on commit 2eaf6b5

Please sign in to comment.