agcodex-linux-sandbox 0.1.0

Linux-specific sandboxing using Landlock and seccomp
Documentation
1
2
3
4
5
6
7
8
# agcodex-linux-sandbox

This crate is responsible for producing:

- a `agcodex-linux-sandbox` standalone executable for Linux that is bundled with the Node.js version of the AGCodex CLI
- a lib crate that exposes the business logic of the executable as `run_main()` so that
  - the `agcodex-exec` CLI can check if its arg0 is `agcodex-linux-sandbox` and, if so, execute as if it were `agcodex-linux-sandbox`
  - this should also be true of the `agcodex` multitool CLI