Seccomp
Restrict system calls with flexible logic beyond static tables.
Restrict system calls with flexible logic beyond static tables.
Insert custom access control checks through BPF without writing a module.
User space sandboxing where apps define their own file access rules.
Helper that can raise signals in misbehaving tasks from inside BPF code.
CNCF project using eBPF to monitor and enforce runtime security policies.
A work-in-progress kernel module that translates iptables and nftables rules into eBPF bytecode so the firewall runs through the BPF verifier instead of legacy netfilter tables.