cri-o/server/seccomp
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
..
seccomp.go seccomp: use Prctl() from x/sys/unix 2017-07-18 15:34:23 +02:00
seccomp_unsupported.go Move seccomp enabled check into seccomp package 2017-02-22 09:32:12 -08:00
types.go add seccomp support 2016-11-28 22:05:34 +01:00