runc/libcontainer/configs
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
..
validate Update import paths for new repository 2015-06-21 19:29:59 -07:00
cgroup.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
config.go Libcontainer: Add support for multiple architectures in Seccomp 2015-09-23 13:54:24 -04:00
config_test.go Remove deserialization tests. 2015-07-09 18:46:13 -04:00
config_unix.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
device.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
device_defaults.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
hugepage_limit.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
interface_priority_map.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
mount.go libcontainer: Allow passing mount propagation flags 2015-09-16 15:53:23 -04:00
namespaces.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_syscall.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_syscall_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_unix.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_windows.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
network.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00