| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index f34df1c078fa1206a19b238d0d860a8cc0bf5c24..e065273f83be9465a34421c075e9548f6f47cd18 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -100,11 +100,13 @@ void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
|
| switches::kVModule,
|
| switches::kRegisterPepperPlugins,
|
| switches::kDisableSeccompSandbox,
|
| + switches::kDisableSeccompFilterSandbox,
|
| switches::kEnableSeccompSandbox,
|
| // Zygote process needs to know what resources to have loaded when it
|
| // becomes a renderer process.
|
| switches::kForceDeviceScaleFactor,
|
| switches::kLoad2xResources,
|
| + switches::kNoSandbox,
|
| };
|
| cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
|
| arraysize(kForwardSwitches));
|
|
|