Sandbox provides a simple way to enable basic seccomp
system call filtering in any application on Linux (even proprietary one) via environment variables. It is very similar to SystemCallFilter=
functionality in systemd, but with some advantages:
systemd
limitations:
> the execve, exit, exit_group, getrlimit, rt_sigreturn, sigreturn system calls and the system calls for querying time and sleeping are implicitly whitelisted...https://github.com/cloudflare/sandbox
Ignat Korchagin - Cloudflare https://github.com/cloudflare