summary refs log tree commit diff stats
path: root/cmd/cetus/main_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/main_openbsd.go')
-rw-r--r--cmd/cetus/main_openbsd.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/cetus/main_openbsd.go b/cmd/cetus/main_openbsd.go
index ae3ac39..24da43f 100644
--- a/cmd/cetus/main_openbsd.go
+++ b/cmd/cetus/main_openbsd.go
@@ -51,6 +51,11 @@ func unveil() {
 		log.Fatal(err)
 	}
 
+	err = unveilCmd("notify-send")
+	if err != nil {
+		log.Fatal(err)
+	}
+
 	// Block further unveil calls
 	err = unix.UnveilBlock()
 	if err != nil {