birdcage
birdcage copied to clipboard
Cross-platform embeddable sandboxing
We're already using the `Command` interface on all platforms since we need to spawn a separate process on Linux. However we're still manually removing the environment variables from the process...
Upstream Landlock already has solved all the issues when it comes to running CI on multiple different Linux kernel versions, so we should make use of this work and ensure...
Unfortunately, the `rseq` syscall integer is not yet exposed properly by the `libc` crate. I opened a PR over there, but in the meantime we could also add the values...
Hey there! I've started poking at birdcage for an open-source project I'm working on, and it's really cool. One thing that I'm running into that it doesn't do, however, is...