DescriptionZygote most of the uses of the utility process on Linux
Allow the user of the utility process to specify whether the zygote
should be used on Linux. This allows to sandbox all the uses
of the utility process that don't do FS access, which right now are all
except extension unpacking and NPAPI plugin listing.
This is the first step to get the utility process sandboxed
on Linux. Since most of the uses of the utility process
don't do file access, launching all of those from the zygote
will simplify sandboxing the one that does: extension
unpacking.
BUG=93109
TEST=Try installing an extension from the web store.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113027
Patch Set 1 #
Total comments: 5
Patch Set 2 : Make use_linux_zygote flag default to true, and remove the need for #ifdef's. #
Total comments: 1
Patch Set 3 : Rebased and adjusted comment in use_linux_zygote flag declaration. #
Messages
Total messages: 9 (0 generated)
|