priv_wrapper is a library to disable resource limits and other privilege dropping.
priv_wrapper allows to disable chroot, prctl, pledge and setrlmit system calls.
priv_wrapper aims to help running processes which are dropping privileges or are restricting resources in test environments. A disabled call always succeeds (i.e. returns 0) and does nothing. The system call pledge exists only on OpenBSD.