Skip to content
Snippets Groups Projects
Commit 39d817cf authored by Nathaniel Wesley Filardo's avatar Nathaniel Wesley Filardo Committed by Felix Fietkau
Browse files

Add config symbols for kernel keyring support


Enable selection of the kernel key retention framework and some of its
additional facilities; see Documentation/security/keys.txt and
security/keys/Kconfig for details

Signed-off-by: default avatarNathaniel Wesley Filardo <nwfilardo@gmail.com>
parent 2d418381
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,25 @@ if KERNEL_DEVTMPFS
endif
config KERNEL_KEYS
bool "Enable kernel access key retention support"
default n
config KERNEL_PERSISTENT_KEYRINGS
bool "Enable kernel persistent keyrings"
depends on KERNEL_KEYS
default n
config KERNEL_BIG_KEYS
bool "Enable large payload keys on kernel keyrings"
depends on KERNEL_KEYS
default n
config KERNEL_ENCRYPTED_KEYS
tristate "Enable keys with encrypted payloads on kernel keyrings"
depends on KERNEL_KEYS
default n
#
# CGROUP support symbols
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment