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

This commit is contained in:
Bob Owen 2015-01-21 07:59:56 +00:00
parent 16b5b133f7
commit b17b507435

View File

@ -172,6 +172,7 @@ SandboxBroker::SetSecurityLevelForGMPlugin()
ret = ret && (sandbox::SBOX_ALL_OK == result);
sandbox::MitigationFlags mitigations =
sandbox::MITIGATION_HEAP_TERMINATE |
sandbox::MITIGATION_SEHOP |
sandbox::MITIGATION_DEP;