diff --git a/src/protector/protector_openbsd.go b/src/protector/protector_openbsd.go index 34784a6..4a72aeb 100644 --- a/src/protector/protector_openbsd.go +++ b/src/protector/protector_openbsd.go @@ -6,5 +6,5 @@ import "golang.org/x/sys/unix" // Protect calls OS specific protections like pledge on OpenBSD func Protect() { - unix.PledgePromises("stdio rpath tty proc exec") + unix.PledgePromises("stdio rpath tty proc exec inet") }