diff options
author | Andinus <andinus@nand.sh> | 2020-04-25 19:38:53 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-25 19:38:53 +0530 |
commit | 677b37308119a71232384f2d52c1b41e460005fa (patch) | |
tree | d2a3fec91cb4efd90382b37d0184e016c9ba6f17 | |
parent | 7d6f99c4c6ec7a4632c0d473b11015aa1701c582 (diff) | |
download | pavo-677b37308119a71232384f2d52c1b41e460005fa.tar.gz |
Add proc to promises
-rw-r--r-- | pledge.go | 2 |
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", |