blob: 84cfb7fa83987a7cc9620a1709c3fcec6be621dd [file] [log] [blame]
// +build !seccomp
package system
func SeccompSupported() bool {
return false
}