From d6a3949922dc108043ff1650087a3e0cf9e00cd2 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 6 Apr 2022 20:04:22 +0100 Subject: [PATCH] kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15 Building with SELinux enabled unveiled a missing Kconfig symbol. Signed-off-by: Daniel Golle --- target/linux/generic/config-5.15 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index dd030107af..39957abfa3 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -5292,6 +5292,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y # CONFIG_SECURITYFS is not set # CONFIG_SECURITY_APPARMOR is not set CONFIG_SECURITY_DMESG_RESTRICT=y +# CONFIG_SECURITY_LANDLOCK is not set # CONFIG_SECURITY_LOADPIN is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set # CONFIG_SECURITY_NETWORK_XFRM is not set -- 2.30.2