Hacker News new | ask | show | jobs
Foundations – modular Rust library, designed for prod-grade distributed systems (blog.cloudflare.com)
31 points by egorr 872 days ago
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."