mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121479 Part 2: Turn on SEHOP process-level mitigation for the GMP sandbox. r=tabraldes
This commit is contained in:
parent
ce067cb632
commit
16b5b133f7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user