Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
fe4ed9d78f496df5cac1eb914877f213f3f1c12c
/
.
/
integration-cli
/
test_vars_noseccomp_test.go
blob: 2f47ab07a0b8d784f3f142ca6530e0c9fc062aa7 [
file
] [
log
] [
blame
]
// +build !seccomp
package main
const (
// indicates docker daemon built with seccomp support
supportsSeccomp = false
)