|
|
|
|
|
by spc476
2631 days ago
|
|
Between the `fork()` and an `exec()`, I can: * redirect stdin, stdout, and stderr
* open files that might be needed and close files that aren't
* change process limits
* drop privileges
* change the root directory
* change namespaces
And there are a few other things I am probably forgetting. |
|