Skip to content

Commit

Permalink
[fix] polkit parse error caused by an extra )
Browse files Browse the repository at this point in the history
  • Loading branch information
Vam-Jam authored Dec 9, 2023
1 parent bb40374 commit 8e5e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/polkit/rules.d/gamemode.rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@"))
{
Expand Down

0 comments on commit 8e5e019

Please sign in to comment.