leucite
A library for sandboxing and limiting command execution through Linux landlock and prlimit.
Example
// Execute `bash -i` in the `/tmp/foo` directory using the provided rules
new
.arg
.current_dir
.env_clear
.restrict
.max_memory
.spawn?
.wait?;