[gnome-initial-setup/mcatanzaro/resurrect-software-page] fixup! Add polkit rule to allow executing fedora-third-party



commit 17dfda3e01fa247f927fdddb2adb10f6d6c88915
Author: Will Thompson <wjt endlessos org>
Date:   Mon Aug 9 11:28:10 2021 +0100

    fixup! Add polkit rule to allow executing fedora-third-party

 data/20-gnome-initial-setup.rules.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/20-gnome-initial-setup.rules.in b/data/20-gnome-initial-setup.rules.in
index e7dbfa54..bff0f211 100644
--- a/data/20-gnome-initial-setup.rules.in
+++ b/data/20-gnome-initial-setup.rules.in
@@ -19,9 +19,9 @@ polkit.addRule(function(action, subject) {
 
     // For the Software page. Feel free to add rules for your distro here.
     if (action.id === 'org.freedesktop.policykit.exec' &&
-             action.lookup('program') === '@bindir@/fedora-third-party') {
-         actionMatches = true;
-     }
+            action.lookup('program') === '@bindir@/fedora-third-party') {
+        actionMatches = true;
+    }
 
     if (actionMatches) {
         if (subject.local)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]