Added missing parent kconfig

This commit is contained in:
2026-05-01 21:01:37 +08:00
parent 3a2560652e
commit d83a63aad5

View File

@@ -208,6 +208,14 @@ CONFIG_IP_SET=m
# Security / sandboxing # Security / sandboxing
############################################################################### ###############################################################################
# Base security framework (Required for Kubernetes security policies)
CONFIG_SECURITY=y
# IPsec XFRM routing support (Required for Kubernetes overlay networking like Flannel/Cilium)
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_ALGO=y
CONFIG_SECCOMP=y CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y CONFIG_SECCOMP_FILTER=y