summary refs log tree commit diff stats
path: root/cmd/cetus/main_other.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-04 18:40:04 +0530
committerAndinus <andinus@nand.sh>2020-04-04 18:40:04 +0530
commit37c097e4ae1ff4a846edb615cc322ee5e547a709 (patch)
tree7046b7a18c4c388fe9bd5ee0f2dd06f8db41478f /cmd/cetus/main_other.go
parent8dd58b925629cdb99d6293ce7c9953a9b65ccefc (diff)
downloadcetus-37c097e4ae1ff4a846edb615cc322ee5e547a709.tar.gz
Add support for unveil on OpenBSD
Diffstat (limited to 'cmd/cetus/main_other.go')
-rw-r--r--cmd/cetus/main_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/cetus/main_other.go b/cmd/cetus/main_other.go
new file mode 100644
index 0000000..d39e66f
--- /dev/null
+++ b/cmd/cetus/main_other.go
@@ -0,0 +1,7 @@
+// +build !openbsd
+
+package main
+
+func main() {
+	app()
+}