Google's Chromium sandbox
Google's Chromium sandbox
Posted Aug 19, 2009 16:23 UTC (Wed) by jake (editor, #205)In reply to: Google's Chromium sandbox by johill
Parent article: Google's Chromium sandbox
I should have been more clear about why a thread is needed. Certain operations, memory allocation for example, cannot be done in one process on behalf of another because they don't share address space.
I don't think, but don't know for sure, that it is required to have a thread to do the disassembling. I believe that is done by the untrusted thread before it handles any user input, and before it enters seccomp mode.
jake
