Bug 1129369 Part 3: Turn on MITIGATION_STRICT_HANDLE_CHECKS process-level mitigation for the GMP sandbox. r=tabraldes

This commit is contained in:
Bob Owen 2015-02-10 09:06:59 +00:00
Родитель 70afa43d6f
Коммит a6f34cc0d5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -231,6 +231,7 @@ SandboxBroker::SetSecurityLevelForGMPlugin()
ret = ret && (sandbox::SBOX_ALL_OK == result);
mitigations =
sandbox::MITIGATION_STRICT_HANDLE_CHECKS |
sandbox::MITIGATION_DLL_SEARCH_ORDER;
result = mPolicy->SetDelayedProcessMitigations(mitigations);