Files
moby/pkg/sysinfo
Tobias Klauser 6c9d715a8c sysinfo: 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-17 10:37:42 +02:00
..
2015-03-26 23:05:07 -04:00
2016-08-10 22:56:05 +08:00

SysInfo stores information about which features a kernel supports.