all repos — honk @ cbc2665446d677cb5c022e0f0905b69327b7349c

my fork of honk

should unveil backend too
Ted Unangst tedu@tedunangst.com
Sun, 06 Feb 2022 01:02:50 -0500
commit

cbc2665446d677cb5c022e0f0905b69327b7349c

parent

f65dbaacd913fbdf3db44155d420f960b7c221f5

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M unveil.gounveil.go

@@ -64,6 +64,7 @@ C.unveil(nil, nil)

Pledge("stdio rpath wpath cpath flock dns inet unix") }) backendhooks = append(backendhooks, func() { + C.unveil(nil, nil) Pledge("stdio unix") }) }