from Hacker News

Foundations – modular Rust library, designed for prod-grade distributed systems

by egorr on 1/30/24, 10:54 PM with 1 comments

  • by egorr on 1/30/24, 10:54 PM

    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."