Foundations – modular Rust library, designed for prod-grade distributed systems(blog.cloudflare.com)
blog.cloudflare.com
Foundations – modular Rust library, designed for prod-grade distributed systems
https://blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library
1 comments
interesting 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."