diff options
| author | Andinus <andinus@nand.sh> | 2020-04-25 19:39:14 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2020-04-25 19:39:14 +0530 |
| commit | da1d5980e285a52d30ed7a122553ec947b028b71 (patch) | |
| tree | c9e7d1dea18107f19474f00023c53a2673947a43 | |
| parent | 677b37308119a71232384f2d52c1b41e460005fa (diff) | |
| download | pavo-da1d5980e285a52d30ed7a122553ec947b028b71.tar.gz | |
Don't drop rpath & proc promise
| -rw-r--r-- | unveil.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ func blockUnveil() { // We drop unveil from promises after blocking it. We drop // rpath too because the config file has been read. - err = lynx.PledgePromises("stdio exec") + err = lynx.PledgePromises("stdio rpath exec proc") if err != nil { fmt.Printf("%s :: %s", "blockUnveil failed", |