1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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>
This commit is contained in:
Kenta Tada 2021-03-30 14:37:43 +09:00
parent d7a5abe6bd
commit b14bf43764

View file

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