should unveil backend too
This commit is contained in:
parent
4212b1626a
commit
3b37817558
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ func init() {
|
|||
Pledge("stdio rpath wpath cpath flock dns inet unix")
|
||||
})
|
||||
backendhooks = append(backendhooks, func() {
|
||||
C.unveil(nil, nil)
|
||||
Pledge("stdio unix")
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue