Deep argument inspection for seccomp
Deep argument inspection for seccomp
Posted Sep 18, 2019 23:29 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)Parent article: Deep argument inspection for seccomp
Some syscalls like clone3() are already doing the right thing, so for them it'd be a trivial wrapper. For other syscalls custom code will have to be written.
This can also be done incrementally. I doubt sandboxes care much about arguments for vm86 syscall, they would just filter it out entirely.
Posted Sep 19, 2019 12:16 UTC (Thu)
by gnoack (subscriber, #131611)
[Link]
Deep argument inspection for seccomp