runc/libcontainer/seccomp
Christy Perez 3d7cb4293c Move libcontainer to x/sys/unix
Since syscall is outdated and broken for some architectures,
use x/sys/unix instead.

There are still some dependencies on the syscall package that will
remain in syscall for the forseeable future:

Errno
Signal
SysProcAttr

Additionally:
- os still uses syscall, so it needs to be kept for anything
returning *os.ProcessState, such as process.Wait.

Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2017-05-22 17:35:20 -05:00
..
fixtures add seccomp.IsEnabled() function 2016-01-18 10:44:31 -08:00
config.go seccomp: Add ppc and s390x to seccomp/config.go 2016-05-31 08:56:07 -04:00
seccomp_linux.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
seccomp_linux_test.go add seccomp.IsEnabled() function 2016-01-18 10:44:31 -08:00
seccomp_unsupported.go Fix trivial style errors reported by `go vet` and `golint` 2016-04-12 08:13:16 +00:00