logoalt Hacker News

coppsilgoldtoday at 7:03 AM1 replyview on HN

You mentioned SECCOMP_RET_TRACE, but there is also SECCOMP_RET_TRAP[1] which appears to perform better. There is also KVM. Both of these are options for gVisor: <https://github.com/google/gvisor>

[1] <https://github.com/google/gvisor/blob/master/pkg/sentry/plat...>


Replies

monocasatoday at 7:11 AM

There's also SECCOMP_RET_USER_NOTIF, which is typically used by container runtimes for their sandboxing.

show 1 reply