Comment #11 on issue 22703 by [email protected]: All subprocess creation needs to go through zygote http://code.google.com/p/chromium/issues/detail?id=22703
agl: I wonder if, rather than a plugin-specific zygote, we could get by with just fexecve()'ing /proc/self/exe . That is a more conservative change that would work as long as the plugin process only touches the chrome binary and not any other files (like translated strings or the inspector), which I think is maybe the case? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
