pledge(n) 1.0 jimpledge "pledge"

Name

pledge - Jim interface to pledge(2)

Table Of Contents

Synopsis

  • package require pledge ?1.0?

Description

Provides a Jim interface to pledge(2).

COMMANDS

pledge promises ?execpromises?

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.

See Also

pledge(2)