|
|
|
|
|
by sdkmvx
3715 days ago
|
|
From the manpage: > exec: Allows a process to call execve(2). Coupled with the proc promise, this allows a process to fork and execute another program. The new program starts running without pledge active and hopefully makes a new pledge(). |
|