1 2 3 4 5 6 7 8
// +build seccomp package main const ( // indicates docker daemon built with seccomp support supportsSeccomp = true )