mcchunkie/protect.go

8 lines
159 B
Go

//+build !openbsd
package main
func unveil(path string, flags string) {}
func unveilBlock() {}
func pledge(promises string) {}