Sha256: dea21274065cbe32bf5a5126023f1901e6f7f4849a1fef3dfd775f902f010d02
Contents?: true
Size: 203 Bytes
Versions: 85
Compression:
Stored size: 203 Bytes
Contents
// +build openbsd package protector import "golang.org/x/sys/unix" // Protect calls OS specific protections like pledge on OpenBSD func Protect() { unix.PledgePromises("stdio rpath tty proc exec") }
Version data entries
85 entries across 85 versions & 1 rubygems