Go to file
2024-05-29 12:25:37 -06:00
go.mod bump deps 2024-05-29 12:25:37 -06:00
go.sum bump deps 2024-05-29 12:25:37 -06:00
LICENSE intial 2020-05-08 07:36:29 -06:00
protect_openbsd.go fmt 2023-01-14 06:16:00 -07:00
protect_stubs.go fmt 2023-01-14 06:16:00 -07:00
protect_test.go Add UnveilSet 2021-09-21 16:30:41 -06:00
protect.go Add UnveilSet 2021-09-21 16:30:41 -06:00
README.md +readme 2020-05-08 16:44:54 -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.