DescriptionDisable the seccomp filter GPU process sandbox by default on Chrome OS.
We don't want the GPU process sandbox on by default on Chrome OS.
Since we control Chrome's command line, we can make sure it's enabled
for users, but disabled for developers.
Add an '--enable-chromeos-gpu-sandbox' flag, and remove the #ifdef that
disabled the sandbox on Chrome OS. Until we manually add the flag to
Chrome OS, the sandbox will continue to be disabled.
Moreover, even with the flag on, we only enable the sandbox on 64 bits and
for Intel GPUs.
BUG=127664
TEST=unit tests, and WebGL test websites on Lumpy.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141683
Patch Set 1 #
Total comments: 4
Patch Set 2 : Change flag name, move GPU info check to gpu_main.cc #
Total comments: 7
Patch Set 3 : Move all GPU process checks to function, allow non-Intel GPUs in debug mode. #
Total comments: 2
Patch Set 4 : Make '--enable-gpu-sandbox' available on Linux. #
Total comments: 2
Patch Set 5 : Correct alignment of '=' sign for cmdline flag. #
Messages
Total messages: 16 (0 generated)
|