From: Daniel Golle Date: Wed, 6 Apr 2022 19:04:22 +0000 (+0100) Subject: kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d6a3949922dc108043ff1650087a3e0cf9e00cd2;p=openwrt%2Fstaging%2Fwigyori.git kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15 Building with SELinux enabled unveiled a missing Kconfig symbol. Signed-off-by: Daniel Golle --- 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