Conversation

This Tweet was deleted by the Tweet author. Learn more
Replying to
It should be using `getrandom`. Not having it whitelisted in existing seccomp-bpf filters is an annoyance, but it's the usual problem with seccomp-bpf. Generic filters should have `getrandom` included since it's needed by a hardened libc or malloc implementation for various uses.
1
Replying to and
It works well as a backend for a higher-level sandbox API such as a generic sandboxes for command-line apps, graphical apps, servers and isolated processes with a higher-level API for requesting functionality. Libraries need their requirements documented for the application too.
1
Replying to and
OpenBSD has a much more usable approach due to being coarser and abstracted based on the libc implementation. It misses many opportunities for reducing attack surface due to not being as fine-grained and not offering parameter filtering, but most seccomp usage doesn't use that.
1
Show replies