Bug 1121479 Part 2: Turn on SEHOP 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 ce067cb632
commit 16b5b133f7

View File

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