| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index 86b0dcb4fb42cf41797feb882d2a0dbbb57db798..8b6ce19603bced9154e30707230ba32375e303bd 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -414,6 +414,7 @@ bool AddPolicyForSandboxedProcess(sandbox::TargetPolicy* policy) {
|
| // Prevents the renderers from manipulating low-integrity processes.
|
| policy->SetDelayedIntegrityLevel(sandbox::INTEGRITY_LEVEL_UNTRUSTED);
|
| policy->SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW);
|
| + policy->SetLockdownDefaultDacl();
|
|
|
| if (sandbox::SBOX_ALL_OK != policy->SetAlternateDesktop(true)) {
|
| DLOG(WARNING) << "Failed to apply desktop security to the renderer";
|
|
|