This repository was archived by the owner on Jul 7, 2019. It is now read-only.
esote/openshim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
DEPRECATED openshim was a shim for OpenBSD pledge and unveil syscalls using cgo. Now that the golang.org/x/sys/unix package supports unveil it is no longer useful. If you want it to run on both OpenBSD and non-OpenBSD systems just use build constraints to have calls on non-OpenBSD systems be a no-op.