diff options
Diffstat (limited to 'src/protector/protector.go')
| -rw-r--r-- | src/protector/protector.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/protector/protector.go b/src/protector/protector.go new file mode 100644 index 00000000..2739c016 --- /dev/null +++ b/src/protector/protector.go @@ -0,0 +1,8 @@ +// +build !openbsd + +package protector + +// Protect calls OS specific protections like pledge on OpenBSD +func Protect() { + return +} |
