Foundations – modular Rust library, designed for prod-grade distributed systems
1–2 of 2 posts
Re: Foundations – modular Rust library, designed for prod-grade distributed systems
#2interesting quote: "A vital component of Foundations is its robust and ergonomic API for seccomp, a Linux kernel feature for syscall sandboxing. This feature enables the setting up of hooks for syscalls used by an application, allowing actions like blocking or logging. Seccomp acts as a formidable line of defense, offering an additional layer of security against threats like arbitrary code execution."