mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ad600239bc
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
10 lines
187 B
Go
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
|
|
)
|