Files
docker-docs/daemon/execdriver/native/seccomp_unsupported.go
Jessica Frazelle 94b45310f4 fix default profile where unsupported
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-12-28 20:42:15 -08:00

10 lines
152 B
Go

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