should unveil backend too

Ted Unangst 2 years ago
parent 8c45b2161e
commit c604adac85

@ -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…
Cancel
Save