Files
moby/pkg/sysinfo
Brian Goff df7031b669 Memoize seccomp value for SysInfo
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>
2020-09-11 22:48:46 +00:00
..
2020-06-26 16:19:52 -07:00
2018-02-05 16:51:57 -05:00
2015-03-26 23:05:07 -04:00
2018-02-05 16:51:57 -05:00
2020-04-17 07:20:01 +09:00
2020-06-26 16:19:52 -07:00

SysInfo stores information about which features a kernel supports.