diff options
-rw-r--r-- | config/Config-kernel.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index b9aaac50f7..d8ca76cf1d 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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 # |