ソースを参照

Merge pull request #42217 from KentaTada/add-security-configs

check-config.sh: add SELinux and AppArmor
Sebastiaan van Stijn 4 年 前
コミット
2b0755b936
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[@]}"