runc/libcontainer/seccomp
Matthew Heon 795a6c9702 Libcontainer: Add support for multiple architectures in Seccomp
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>
2015-09-23 13:54:24 -04:00
..
config.go Connect Seccomp configuration in Spec to configuration in Libcontainer 2015-08-25 17:35:06 -04:00
seccomp_linux.go Libcontainer: Add support for multiple architectures in Seccomp 2015-09-23 13:54:24 -04:00
seccomp_unsupported.go Add seccomp build tag 2015-09-11 12:03:57 -07:00