diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-04-06 20:04:22 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-04-06 21:54:57 +0100 |
commit | d6a3949922dc108043ff1650087a3e0cf9e00cd2 (patch) | |
tree | 51a3a3f0c5e01365faa4833a0e8b8fb2c7453a78 | |
parent | 0d3850dc5af4896ab3679dc4d8ef9a664e5e705f (diff) | |
download | upstream-d6a3949922dc108043ff1650087a3e0cf9e00cd2.tar.gz upstream-d6a3949922dc108043ff1650087a3e0cf9e00cd2.tar.bz2 upstream-d6a3949922dc108043ff1650087a3e0cf9e00cd2.zip |
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@makrotopia.org>
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |