Deep argument inspection for seccomp
Deep argument inspection for seccomp
Posted Sep 18, 2019 22:52 UTC (Wed) by iabervon (subscriber, #722)In reply to: Deep argument inspection for seccomp by cyphar
Parent article: Deep argument inspection for seccomp
Posted Sep 18, 2019 22:57 UTC (Wed)
by jake (editor, #205)
[Link] (1 responses)
system calls copy the user-space arguments before they start using them; after that point, user space can no longer change them (and affect the system call) ... the caching idea would just move that copying earlier in the system-call flow ...
jake
Posted Sep 18, 2019 23:06 UTC (Wed)
by cyphar (subscriber, #110703)
[Link]
Deep argument inspection for seccomp
Deep argument inspection for seccomp