From e82e9dafd0d11bb1a723010fa97889808201a028 Mon Sep 17 00:00:00 2001 From: Vamist Date: Sat, 9 Dec 2023 11:48:46 +0000 Subject: [PATCH] [fix] polkit parse error caused by an extra ) --- data/polkit/rules.d/gamemode.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/polkit/rules.d/gamemode.rules.in b/data/polkit/rules.d/gamemode.rules.in index 11fbfb4d..0420ddce 100644 --- a/data/polkit/rules.d/gamemode.rules.in +++ b/data/polkit/rules.d/gamemode.rules.in @@ -5,7 +5,7 @@ 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@")) {