Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/esote/openshim

Shim for OpenBSD pledge and unveil syscalls using cgo. (Deprecated)
https://github.com/esote/openshim

golang openbsd package pledge shim syscall unveil

Last synced: about 1 month ago
JSON representation

Shim for OpenBSD pledge and unveil syscalls using cgo. (Deprecated)

Lists

README

        

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.