cri-o/test/checkseccomp
Tobias Klauser 92a51af7ba seccomp: 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-18 15:34:23 +02:00
..
checkseccomp.go seccomp: use Prctl() from x/sys/unix 2017-07-18 15:34:23 +02:00