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