ref: b1a6f7815ce3a1957a2d2374eeb085f158f576e5 dir: /protect.go/
//+build !openbsd package main func pledge(promises string) {} func unveil(path string, flags string) {} func unveilBlock() {}