projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d3850d
)
kernel: add missing CONFIG_SECURITY_LANDLOCK symbol for 5.15
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 6 Apr 2022 19:04:22 +0000
(20:04 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 6 Apr 2022 20:54:57 +0000
(21:54 +0100)
Building with SELinux enabled unveiled a missing Kconfig symbol.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/config-5.15
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-5.15
b/target/linux/generic/config-5.15
index dd030107afd90aa8706d79245fbf382bb4fd9bb6..39957abfa3685ef7f7616a473adc85701aef4bfc 100644
(file)
--- 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