Index: main.go
--- main.go.orig
+++ main.go
@@ -24,7 +24,7 @@ func main() {
 		os.Exit(0)
 	}
 
-	openbsd.Pledge("stdio rpath proc exec getpw unix tty")
+	openbsd.Pledge("stdio rpath wpath proc exec getpw unix tty")
 
 	log.SetFormatter(&log.TextFormatter{FullTimestamp: true})
 	if isVerbose {
