moby--moby/daemon/execdriver/native/seccomp_unsupported.go

10 lines
152 B
Go

// +build linux,!seccomp
package native
import "github.com/opencontainers/runc/libcontainer/configs"
var (
defaultSeccompProfile *configs.Seccomp
)