Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add capsicum support | bptato | 2024-03-28 | 1 | -0/+6 |
It's the sandboxing system of FreeBSD. Quite pleasant to work with. (Just trying to figure out the basics with this one before tackling the abomination that is seccomp.) Indeed, the only non-trivial part was getting newSelector to work with Capsicum. Long story short it doesn't, so we use an ugly pointer cast + assignment. But even that is stdlib's "fault", not Capsicum's. This also gets rid of that ugly SocketPath global. |