فهرست منبع

check-config.sh: add SELinux and AppArmor

This commit adds the check of SELinux and AppArmor as optional features.

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
Kenta Tada 4 سال پیش
والد
کامیت
b14bf43764
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      contrib/check-config.sh

+ 2 - 0
contrib/check-config.sh

@@ -301,6 +301,8 @@ flags=(
 	IP_VS_PROTO_TCP
 	IP_VS_PROTO_TCP
 	IP_VS_PROTO_UDP
 	IP_VS_PROTO_UDP
 	IP_VS_RR
 	IP_VS_RR
+	SECURITY_SELINUX
+	SECURITY_APPARMOR
 )
 )
 check_flags "${flags[@]}"
 check_flags "${flags[@]}"