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