| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 8f89580d42f6ed7a97b86e0e8651acf0905675a5..31fb34ef054c3d0c3c9b4ed4895e9955fef42260 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -417,6 +417,8 @@ static bool EnterSuidSandbox(sandbox::SetuidSandboxClient* setuid_sandbox,
|
| "\n\n";
|
| }
|
|
|
| + CHECK(setuid_sandbox->CreateNewSession());
|
| +
|
| if (!setuid_sandbox->ChrootMe())
|
| return false;
|
|
|
|
|