Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eaf6b5d authored by Josh Boyer's avatar Josh Boyer Committed by David Howells
Browse files

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: default avatarJosh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 50b719f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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