pledge - Tcl interface to pledge(2)
Provides a Tcl interface to pledge(2).
Sets the promises and execpromises for the current process. Promises arguments can be strings containing a list of space-separated promises, or "." to make no changes, or an empty string to restrict to only the _exit(2) call. Returns an empty string.
pledge(2)
Copyright © 2018 Stuart Cassoff <stwo@users.sourceforge.net>