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 SECCOMP_FILTER

The check of seccomp filter support was needed.

Ref: https://github.com/opencontainers/runc/pull/2867

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
Kenta Tada 2021-03-23 11:16:25 +09:00
parent db2759dbf7
commit 1c72a68f2a

View file

@ -226,6 +226,7 @@ echo 'Optional Features:'
} }
{ {
check_flags SECCOMP check_flags SECCOMP
check_flags SECCOMP_FILTER
} }
{ {
check_flags CGROUP_PIDS check_flags CGROUP_PIDS