diff --git a/data/polkit/rules.d/gamemode.rules.in b/data/polkit/rules.d/gamemode.rules.in index 749f8f4..11fbfb4 100644 --- a/data/polkit/rules.d/gamemode.rules.in +++ b/data/polkit/rules.d/gamemode.rules.in @@ -5,7 +5,8 @@ polkit.addRule(function (action, subject) { if ((action.id == "com.feralinteractive.GameMode.governor-helper" || action.id == "com.feralinteractive.GameMode.gpu-helper" || - action.id == "com.feralinteractive.GameMode.cpu-helper") && + action.id == "com.feralinteractive.GameMode.cpu-helper") || + action.id == "com.feralinteractive.GameMode.procsys-helper") && subject.isInGroup("@GAMEMODE_PRIVILEGED_GROUP@")) { return polkit.Result.YES;