diff options
-rw-r--r-- | cmd/cetus/main_openbsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/main_openbsd.go b/cmd/cetus/main_openbsd.go index 562d239..42aecaf 100644 --- a/cmd/cetus/main_openbsd.go +++ b/cmd/cetus/main_openbsd.go @@ -19,7 +19,7 @@ func main() { func unveil() { unveilL := make(map[string]string) - unveilL[cache.GetDir()] = "rw" + unveilL[cache.GetDir()] = "rwc" unveilL["/dev/null"] = "rw" // required by feh unveilL["/etc/resolv.conf"] = "r" |