fix rebuild client
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m16s
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m16s
This commit is contained in:
@@ -285,14 +285,27 @@ var systemAllowed = map[string]bool{
|
||||
"atkex.exe": true,
|
||||
"asusoptimization.exe": true,
|
||||
|
||||
// ── Antivirus trays (common, prevent false-kill) ───────────────────────────
|
||||
// ── Antivirus / endpoint security (from app_pool + common) ────────────────
|
||||
"avastui.exe": true,
|
||||
"avgui.exe": true,
|
||||
"mbam.exe": true, // Malwarebytes
|
||||
"mbamtray.exe": true,
|
||||
"bdagent.exe": true, // Bitdefender
|
||||
"bdwtxag.exe": true, // Bitdefender widget agent
|
||||
"uiseagnt.exe": true, // Trend Micro
|
||||
"eguiproxy.exe": true, // ESET
|
||||
"eguiproxy.exe": true, // ESET proxy
|
||||
"egui.exe": true, // ESET NOD32 GUI (app_pool)
|
||||
"microsoftsecurityapp.exe": true, // Microsoft Defender app (app_pool)
|
||||
"msascuil.exe": true, // Defender notification icon
|
||||
"pickerhost.exe": true, // Windows Security picker (app_pool)
|
||||
"seccenter.exe": true, // Security center dialogs (app_pool)
|
||||
"mc-web-view.exe": true, // McAfee web view (app_pool)
|
||||
"rsappui.exe": true, // RAV Endpoint Protection (app_pool)
|
||||
"avpui.exe": true, // Kaspersky UI
|
||||
"ksdeui.exe": true, // Kaspersky Secure Connection
|
||||
"n360.exe": true, // Norton 360
|
||||
"nortonsecurity.exe": true,
|
||||
"sophos ui.exe": true, // Sophos UI
|
||||
|
||||
// ── Task Manager & System tools ────────────────────────────────────────────
|
||||
"taskmgr.exe": true,
|
||||
|
||||
Reference in New Issue
Block a user