1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/profiles/seccomp/seccomp_unsupported.go
Jessica Frazelle ad600239bc
generate seccomp profile convert type
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2016-02-19 13:32:54 -08:00

10 lines
187 B
Go

// +build linux,!seccomp
package seccomp
import "github.com/docker/engine-api/types"
var (
// DefaultProfile is a nil pointer on unsupported systems.
DefaultProfile *types.Seccomp
)