[openwrt/openwrt] kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 6 13:55:27 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d6a3949922dc108043ff1650087a3e0cf9e00cd2

commit d6a3949922dc108043ff1650087a3e0cf9e00cd2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Apr 6 20:04:22 2022 +0100

    kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15
    
    Building with SELinux enabled unveiled a missing Kconfig symbol.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 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




More information about the lede-commits mailing list