mirror of
https://github.com/moby/moby.git
synced 2026-07-04 13:48:55 +00:00
As it turns out, we call this function every time someone calls `docker info`, every time a contianer is created, and every time a container is started. Certainly this should be refactored as a whole, but for now, memoize the seccomp value. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
SysInfo stores information about which features a kernel supports.