1// +build !seccomp
2
3package main
4
5const (
6	// indicates docker daemon built with seccomp support
7	supportsSeccomp = false
8)
9