mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -271,5 +271,7 @@ flags=(
|
||||
IP_VS_PROTO_TCP
|
||||
IP_VS_PROTO_UDP
|
||||
IP_VS_RR
|
||||
SECURITY_SELINUX
|
||||
SECURITY_APPARMOR
|
||||
)
|
||||
check_flags "${flags[@]}"
|
||||
|
||||
Reference in New Issue
Block a user