Deferring decisions to userspace?
Deferring decisions to userspace?
Posted Jun 2, 2018 12:54 UTC (Sat) by TheJH (subscriber, #101155)Parent article: Deferring seccomp decisions to user space
The article is titled "Deferring seccomp decisions to user space". As far as I can tell, the referenced patchset doesn't actually defer the whole decision; it allows userspace to synchronously handle the syscall and provide a return value, but userspace can't decide to just let the syscall through, it can only emulate it.
