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)
- Host: GitHub
- URL: https://github.com/esote/openshim
- Owner: esote
- License: mit
- Archived: true
- Created: 2018-12-15T19:30:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T04:29:10.000Z (over 5 years ago)
- Last Synced: 2024-02-14T03:30:25.247Z (10 months ago)
- Topics: golang, openbsd, package, pledge, shim, syscall, unveil
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-pledge - openshim
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.