mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
31a13788ba
The hardcoded architecture list was little-endian only, causing seccomp_arch_add() to fail with -EDOM on s390x. Drop it. It's optional and libseccomp automatically adds the native architecture when the filter is created. Fixes: https://github.com/opencontainers/runc/issues/4835 Signed-off-by: Ricardo Branco <rbranco@suse.de>