From b14bf43764e016e95eb7486e49ae675d477e475b Mon Sep 17 00:00:00 2001 From: Kenta Tada Date: Tue, 30 Mar 2021 14:37:43 +0900 Subject: [PATCH] check-config.sh: add SELinux and AppArmor This commit adds the check of SELinux and AppArmor as optional features. Signed-off-by: Kenta Tada --- contrib/check-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/check-config.sh b/contrib/check-config.sh index 906cf2a4bb..253595ef90 100755 --- a/contrib/check-config.sh +++ b/contrib/check-config.sh @@ -301,6 +301,8 @@ flags=( IP_VS_PROTO_TCP IP_VS_PROTO_UDP IP_VS_RR + SECURITY_SELINUX + SECURITY_APPARMOR ) check_flags "${flags[@]}"