fix rebuild client
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m16s

This commit is contained in:
2026-07-13 11:05:40 +07:00
parent bad51585db
commit 84ad60841c
6 changed files with 465 additions and 9719 deletions

View File

@@ -205,6 +205,21 @@ var systemAllowed = map[string]bool{
"WebKitWebProcess": true,
"WebKitNetworkPro": true, // prefix
// ── Security / antivirus / updates (from app_pool + common) ───────────────
"update-notifier": true, // Ubuntu update notifier (app_pool)
"apport-gtk": true, // Ubuntu crash reporter (app_pool)
"kgpg": true, // KDE GPG encryption (app_pool)
"ksecretd": true, // KDE secrets daemon (app_pool)
"clamtk": true,
"clamav": true,
"seahorse": true, // GNOME password/keys manager
"kwalletd": true,
"kwalletd5": true,
"kwalletd6": true,
"gufw": true, // UFW firewall GUI
"firewalld": true,
"pkexec": true, // Polkit privilege elevation prompts
// ── Remote support tools (safety) ────────────────────────────────────────
"rustdesk": true,
"rustdesk-bin": true,