diff options
author | davidu@nvidia.com <davidu@nvidia.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-28 15:31:03 +0000 |
---|---|---|
committer | davidu@nvidia.com <davidu@nvidia.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-28 15:31:03 +0000 |
commit | 3746ed84112e6982f1230441ac9a423eda09855f (patch) | |
tree | 673bb64ef970a082224d6a109ede00d6f621d0ca /content/browser/gpu/gpu_process_host.cc | |
parent | 02a67fd4967598574031c7cd1a4b540aaf2975db (diff) | |
download | chromium_src-3746ed84112e6982f1230441ac9a423eda09855f.zip chromium_src-3746ed84112e6982f1230441ac9a423eda09855f.tar.gz chromium_src-3746ed84112e6982f1230441ac9a423eda09855f.tar.bz2 |
Don't start the SECCOMP sandbox early for Tegra124
Let the sandbox start normally and don't start the sandbox early.
Tegra124 libraries no longer need preloading of libraries or a whitelist
policy.
Add flag --gpu-sandbox-start-after-initialization to prevent the sandbox starting early.
BUG=none
TEST=Boot browser and about:gpu shows sandboxed to be true.
Review URL: https://codereview.chromium.org/179983006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 58bf308..080ff5e 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -1109,6 +1109,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { switches::kGpuStartupDialog, switches::kGpuSandboxAllowSysVShm, switches::kGpuSandboxFailuresFatal, + switches::kGpuSandboxStartAfterInitialization, switches::kLoggingLevel, switches::kNoSandbox, switches::kTestGLLib, |