Go to file
Aaron Bieber 38a2541667 add returns 2020-05-10 07:04:34 -06:00
LICENSE intial 2020-05-08 07:36:29 -06:00
README.md +readme 2020-05-08 16:44:54 -06:00
go.mod intial 2020-05-08 07:36:29 -06:00
go.sum intial 2020-05-08 07:36:29 -06:00
protect.go add returns 2020-05-10 07:04:34 -06:00
protect_openbsd.go add returns 2020-05-10 07:04:34 -06:00
protect_stubs.go add returns 2020-05-10 07:04:34 -06:00

README.md

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.