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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user