should unveil backend too
This commit is contained in:
parent
4212b1626a
commit
3b37817558
|
@ -64,6 +64,7 @@ func init() {
|
||||||
Pledge("stdio rpath wpath cpath flock dns inet unix")
|
Pledge("stdio rpath wpath cpath flock dns inet unix")
|
||||||
})
|
})
|
||||||
backendhooks = append(backendhooks, func() {
|
backendhooks = append(backendhooks, func() {
|
||||||
|
C.unveil(nil, nil)
|
||||||
Pledge("stdio unix")
|
Pledge("stdio unix")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue