Index: sandbox/win/src/process_mitigations_win32k_policy.cc |
diff --git a/sandbox/win/src/process_mitigations_win32k_policy.cc b/sandbox/win/src/process_mitigations_win32k_policy.cc |
index af18c5413c2815499f21e413403d6f9fd082daec..106f65e5a77aead5b92e92a9fb460062e33450b9 100644 |
--- a/sandbox/win/src/process_mitigations_win32k_policy.cc |
+++ b/sandbox/win/src/process_mitigations_win32k_policy.cc |
@@ -17,6 +17,8 @@ bool ProcessMitigationsWin32KLockdownPolicy::GenerateRules( |
return false; |
if (!policy->AddRule(IPC_USER_REGISTERCLASSW_TAG, &rule)) |
return false; |
+ if (!policy->AddRule(IPC_USER_SYSTEMPARAMETERSINFOW_TAG, &rule)) |
+ return false; |
return true; |
} |