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