mirror of
https://github.com/moby/moby.git
synced 2026-07-21 06:52:18 +00: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>
SysInfo stores information about which features a kernel supports.