Files
docker-cli/components/engine/pkg/sysinfo
Tobias Klauser 4437cd08db 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>
Upstream-commit: 6c9d715a8c64a7c782b8c7b57925e1dc19b29517
Component: engine
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.