Files
docker-cli/components/engine/integration-cli/test_vars_seccomp.go
Phil Estes 86850a7309 Allow non-seccomp platforms to pass integration-cli tests
Since seccomp is still a configurable build-tag, add a requirements
entry for seccomp, as well as move seccomp tests to "_unix" given it
won't be applicable to other platforms at this time.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
Upstream-commit: 0433e3891532a9783b77d6b02c041bab359b0d91
Component: engine
2015-12-07 20:14:52 -05:00

9 lines
122 B
Go

// +build seccomp
package main
const (
// indicates docker daemon built with seccomp support
supportsSeccomp = true
)