chicken-pledge
CHICKEN bindings to OpenBSD’s pledge(2) system call.
Usage
A single procedure called pledge is provided, which has the same
interface as the system call. On error, -1 is returned and errno
should be consulted.
(use pledge)
(pledge "rpath stdio unix")
License
3-clause BSD. See LICENSE for details.