gitle/vendor/suah.dev/protect
Aaron Bieber 12cc8aab6c
go mod: tidy and vendor
vendor because I have a fork of gitkit i plan on sending a PR for.
2022-06-21 13:03:06 -06:00
..
LICENSE go mod: tidy and vendor 2022-06-21 13:03:06 -06:00
protect_openbsd.go go mod: tidy and vendor 2022-06-21 13:03:06 -06:00
protect_stubs.go go mod: tidy and vendor 2022-06-21 13:03:06 -06:00
protect.go go mod: tidy and vendor 2022-06-21 13:03:06 -06:00
README.md go mod: tidy and vendor 2022-06-21 13:03:06 -06:00

protect

Package protect is a wrapper for OpenBSD's pledge(2) and unveil(2) system calls.

It allows one to safely call Unveil / Pledge on non-OpenBSD operating systems.