Index: content/common/sandbox_policy.cc |
=================================================================== |
--- content/common/sandbox_policy.cc (revision 95245) |
+++ content/common/sandbox_policy.cc (working copy) |
@@ -223,8 +223,6 @@ |
L"\\BaseNamedObjects").data()); |
policy->AddKernelObjectToClose(L"Section", PrependWindowsSessionPath( |
L"\\BaseNamedObjects\\windows_shell_global_counters").data()); |
- // These are the CSRSS and LSASS handles opened at initialization. |
- policy->AddKernelObjectToClose(L"ALPC Port", NULL); |
} |
// Adds the generic policy rules to a sandbox TargetPolicy. |