blob: 3463d4e0b31284e8030b9c697b11a8b73ec61dc1 [file] [edit]
//go:build !linux || !seccomp
package main
import "fmt"
func main() {
fmt.Println("Not supported, to use this compile with build tag: seccomp.")
}