[OpenWrt-Devel] [PATCH 6/7] config/Config-kernel.in: add various options needed for SELinux
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Fri Nov 22 04:55:40 EST 2019
This commit adds a small number of options to config/Config-kernel.in
so that packages related to SELinux support can enable the appropriate
Linux kernel support.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
config/Config-kernel.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 7f8c63f25d..2aa059e56b 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -863,3 +863,15 @@ config KERNEL_CC_OPTIMIZE_FOR_SIZE
your compiler resulting in a smaller kernel.
endchoice
+
+config KERNEL_AUDIT
+ bool "Auditing support"
+
+config KERNEL_SECURITY
+ bool "Enable different security models"
+
+config KERNEL_SECURITY_NETWORK
+ bool "Socket and Networking Security Hooks"
+
+config KERNEL_SECURITY_SELINUX
+ bool "NSA SELinux Support"
--
2.23.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list