[gnome-initial-setup/software-sources] data: Allow gnome-initial-setup user to configure repos without password



commit b813aa848399c57a231f90a734376d3f84f9622e
Author: Kalev Lember <klember redhat com>
Date:   Thu Sep 1 16:42:59 2016 +0200

    data: Allow gnome-initial-setup user to configure repos without password

 data/20-gnome-initial-setup.rules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/20-gnome-initial-setup.rules b/data/20-gnome-initial-setup.rules
index 8cd63e7..a197cfc 100644
--- a/data/20-gnome-initial-setup.rules
+++ b/data/20-gnome-initial-setup.rules
@@ -12,6 +12,7 @@ polkit.addRule(function(action, subject) {
     var actionMatches = (action.id === 'org.freedesktop.udisks2.filesystem-mount-system' ||
                          action.id.indexOf('org.freedesktop.hostname1.') === 0 ||
                          action.id.indexOf('org.freedesktop.locale1.') === 0 ||
+                         action.id.indexOf('org.freedesktop.packagekit.system-sources-configure') === 0 ||
                          action.id.indexOf('org.freedesktop.accounts.') === 0 ||
                          action.id.indexOf('org.freedesktop.timedate1.') === 0 ||
                          action.id.indexOf('org.freedesktop.realmd.') === 0 ||


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