Merge pull request #42217 from KentaTada/add-security-configs
check-config.sh: add SELinux and AppArmor
This commit is contained in:
commit
2b0755b936
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ flags=(
|
|||
IP_VS_PROTO_TCP
|
||||
IP_VS_PROTO_UDP
|
||||
IP_VS_RR
|
||||
SECURITY_SELINUX
|
||||
SECURITY_APPARMOR
|
||||
)
|
||||
check_flags "${flags[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue