mirror of https://github.com/docker/cli.git
8 lines
83 B
Go
8 lines
83 B
Go
|
// +build !seccomp
|
||
|
|
||
|
package system
|
||
|
|
||
|
func SeccompSupported() bool {
|
||
|
return false
|
||
|
}
|