Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist control socket handling, restrict runtime on OpenBSD
Use pledge(2) to prevent fork/exec, filesystem access and other unused subsets of system calls, effectively leaving only shared memory and networking capabilities at runtime. (Those might be further reduced, but that warrants further analysis and most likely more code shuffling.)
- Loading branch information