mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
795a6c9702
This commit allows additional architectures to be added to Seccomp filters created by containers. This allows containers to make syscalls using these architectures. For example, in a container on an AMD64 system, only AMD64 syscalls would be usable unless x86 was added to the filter using this patch, which would allow both 32-bit and 64-bit syscalls to be used. Signed-off-by: Matthew Heon <mheon@redhat.com>