script/check-config.sh: add SELinux and AppArmor

SELinux and AppArmor are always enabled since runc v1.0.0-rc93

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
Kenta Tada
2021-03-26 20:14:24 +09:00
parent 5df79d5c3d
commit c9b3787b60
+2
View File
@@ -271,5 +271,7 @@ flags=(
IP_VS_PROTO_TCP
IP_VS_PROTO_UDP
IP_VS_RR
SECURITY_SELINUX
SECURITY_APPARMOR
)
check_flags "${flags[@]}"