summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-25 19:38:53 +0530
committerAndinus <andinus@nand.sh>2020-04-25 19:38:53 +0530
commit677b37308119a71232384f2d52c1b41e460005fa (patch)
treed2a3fec91cb4efd90382b37d0184e016c9ba6f17
parent7d6f99c4c6ec7a4632c0d473b11015aa1701c582 (diff)
downloadpavo-677b37308119a71232384f2d52c1b41e460005fa.tar.gz
Add proc to promises
-rw-r--r--pledge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pledge.go b/pledge.go
index 8e6e450..dc385cb 100644
--- a/pledge.go
+++ b/pledge.go
@@ -16,7 +16,7 @@ func initPledge() {
 	//
 	// Note: Don't forget to change blockUnveil() if you add
 	// anything new here.
-	err := lynx.PledgePromises("unveil stdio rpath exec")
+	err := lynx.PledgePromises("unveil stdio rpath exec proc")
 	if err != nil {
 		fmt.Printf("%s :: %s",
 			"initPledge failed",