mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Restore the call to ApplyProcessMitigationPolicies in ServiceMain
This commit is contained in:
parent
5585e4210b
commit
59a2d8731d
@ -74,7 +74,7 @@ try
|
|||||||
// Don't kill the process on unknown C++ exceptions.
|
// Don't kill the process on unknown C++ exceptions.
|
||||||
wil::g_fResultFailFastUnknownExceptions = false;
|
wil::g_fResultFailFastUnknownExceptions = false;
|
||||||
|
|
||||||
// wsl::windows::common::security::ApplyProcessMitigationPolicies();
|
wsl::windows::common::security::ApplyProcessMitigationPolicies();
|
||||||
|
|
||||||
// Initialize Winsock.
|
// Initialize Winsock.
|
||||||
WSADATA Data;
|
WSADATA Data;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user