PHP wrapper for pledge(2) and unveil(2)
This PHP extension adds support for OpenBSD's pledge and unveil system calls. The PHP userland functions pledge() and unveil() are wrappers around the OpenBSD system calls. These functions provide a powerful mechanism to defend the PHP runtime and userland against some common exploits.
Homepage: https://github.com/tvlooy/php-pledge
Maintainer: Tom Van Looy <tom@ctors.net>