Bug 1553776: Add DLL blocklist entries for injected Ivanti Security Endpoint DLLs; r=dmajor

Differential Revision: https://phabricator.services.mozilla.com/D37483

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aaron Klotz 2019-07-10 13:52:27 +00:00
parent b5ab3772b2
commit 579b3f8116

View File

@ -209,6 +209,10 @@ DLL_BLOCKLIST_ENTRY("nviewh64.dll", MAKE_VERSION(6, 14, 10, 14847))
DLL_BLOCKLIST_ENTRY("wbload.dll", ALL_VERSIONS,
DllBlockInfo::CHILD_PROCESSES_ONLY)
// Ivanti Endpoint Security, bug 1553776
DLL_BLOCKLIST_ENTRY("sxwmon.dll", ALL_VERSIONS)
DLL_BLOCKLIST_ENTRY("sxwmon64.dll", ALL_VERSIONS)
#ifdef ENABLE_TESTS
// DLLs used by TestDllBlocklist* gTests