mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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
SysInfo stores information about which features a kernel supports.