Don't drop rpath & proc promise

This commit is contained in:
Andinus 2020-04-25 19:39:14 +05:30
parent 677b373081
commit da1d5980e2
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 1 additions and 1 deletions

View File

@ -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",