Add dist and user installation make targets (#23)
This commit is contained in:
@@ -6,5 +6,5 @@ import "golang.org/x/sys/unix"
|
||||
|
||||
// Pledge allowed system calls
|
||||
func Pledge(promises string) {
|
||||
unix.Pledge(promises, nil)
|
||||
unix.Pledge(promises, "")
|
||||
}
|
||||
|
Reference in New Issue
Block a user