mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
This commit is contained in:
parent
2d418381bb
commit
39d817cf38
@ -251,6 +251,25 @@ if KERNEL_DEVTMPFS
|
|||||||
|
|
||||||
endif
|
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
|
# CGROUP support symbols
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user