From 3a0fd4f051d63aa6f9018011513c02a5e3ebe384 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 20 Nov 2020 04:33:22 +0900 Subject: [PATCH] Update nohang-desktop.conf: protect pamac and calamares --- conf/nohang/nohang-desktop.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nohang/nohang-desktop.conf.in b/conf/nohang/nohang-desktop.conf.in index a6ca739..c4b1f97 100644 --- a/conf/nohang/nohang-desktop.conf.in +++ b/conf/nohang/nohang-desktop.conf.in @@ -395,8 +395,8 @@ ignore_positive_oom_score_adj = False Protect dbus. @BADNESS_ADJ_RE_REALPATH -200 /// ^(/usr/bin/dbus-daemon|/usr/bin/dbus-run-session|/usr/bin/dbus-broker-launcher|/usr/bin/dbus-broker)$ - Protect package managers. -@BADNESS_ADJ_RE_REALPATH -200 /// ^(/usr/bin/dpkg|/usr/bin/pacman|/usr/bin/yay)$ + Protect package managers and distro installers. +@BADNESS_ADJ_RE_REALPATH -200 /// ^(/usr/bin/calamares|/usr/bin/dpkg|/usr/bin/pacman|/usr/bin/yay|/usr/bin/pamac|/usr/bin/pamac-daemon|/usr/bin/pamac-manager)$ Prefer stress. @BADNESS_ADJ_RE_REALPATH 900 /// ^(/usr/bin/stress|/usr/bin/stress-ng)$