runc/libcontainer/seccomp
Tobias Klauser a380fae959 libcontainer: use Prctl() from x/sys/unix
Use unix.Prctl() instead of manually reimplementing it using
unix.RawSyscall. Also use unix.SECCOMP_MODE_FILTER instead of locally
defining it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-10 10:56:58 +02: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 libcontainer: use Prctl() from x/sys/unix 2017-07-10 10:56:58 +02: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