summaryrefslogtreecommitdiff
path: root/src/protector/protector.go
blob: 2739c01639ca0f9340c164bca8678bd247e26f12 (plain)
1
2
3
4
5
6
7
8
// +build !openbsd

package protector

// Protect calls OS specific protections like pledge on OpenBSD
func Protect() {
	return
}