moby--moby/profiles/seccomp/seccomp_unsupported.go

11 lines
206 B
Go

// +build linux,!seccomp
package seccomp
import "github.com/opencontainers/runc/libcontainer/configs"
var (
// defaultProfile is a nil pointer on unsupported systems.
defaultProfile *configs.Seccomp
)