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

10 lines
153 B
Go

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