Landstrip 0.3.0 now fully implements Anthropic's file system policy with Landlock rules, and most of the network policy with Landock network rules and a simple seccomp broker that processes bind() and connect() system calls.
The only feature that is missing is allow and deny lists for domains.
I wanted to see where Landlock scales also in order to consider whether root namespace kernel patch set makes sense or not.
https://crates.io/crates/landstrip/I already was a bit skeptic about rootns in Februrary but agent-as-an-adversary scenarios require more airtight security. It's not the smartness, which is worrying, it's the reaction time to the environment. Races cannot exist.