Add proc to promises

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

View File

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