rfork(2)
1 is a variant of fork(2)
that allows fine grained control of what resources are shared between the parent and the child.
It could allow processes/threads that could be spawned with a very restricted set of capabilities for one off tasks like safely parsing files from untrusted sources.
This might be a potential solution to #1057.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too