Merge pull request #10542 from Crypt0s/topic/enable-CONFIG_KEYS

kernel: add CONFIG_KEYS=y to enable kernel keyring
This commit is contained in:
Fabiano Fidêncio
2024-11-15 12:15:25 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ CONFIG_RELOCATABLE=y
# https://github.com/kata-containers/tests/issues/1543 # https://github.com/kata-containers/tests/issues/1543
# RANDOM_TRUST_CPU=y # RANDOM_TRUST_CPU=y
CONFIG_KEYS=y
# CONFIG_CGROUP_PERF needs # CONFIG_CGROUP_PERF needs
CONFIG_HAVE_PERF_EVENTS=y CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_EVENTS=y CONFIG_PERF_EVENTS=y

View File

@@ -1 +1 @@
139 140