should unveil backend too

master
Ted Unangst 2 years ago
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…
Cancel
Save