From 59a2d8731d99fd1457a8d9fc302c1847b9ae543a Mon Sep 17 00:00:00 2001 From: Blue Date: Thu, 13 Nov 2025 14:15:22 -0800 Subject: [PATCH] Restore the call to ApplyProcessMitigationPolicies in ServiceMain --- src/windows/wslaservice/exe/ServiceMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/wslaservice/exe/ServiceMain.cpp b/src/windows/wslaservice/exe/ServiceMain.cpp index 66218a4..3eeb06c 100644 --- a/src/windows/wslaservice/exe/ServiceMain.cpp +++ b/src/windows/wslaservice/exe/ServiceMain.cpp @@ -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;