|
|
|
|
|
by coppsilgold
69 days ago
|
|
SECCOMP_RET_USER_NOTIF seems to involve sending a struct over an fd on each syscall. Do they really use it? Performance ought to suffer. Also gVisor (aka runsc) is a container runtime as well. And it doesn't gatekeep syscalls but chooses to re-implement them in userland. |
|
I wonder if there's any mechanism that works for intercepting static ELF's like Go programs and such.