From: Debian GNOME Maintainers Date: Sun, 5 Nov 2017 18:11:44 +0000 (+0000) Subject: _polkit_wheel_sudo_group X-Git-Tag: archive/raspbian/1%3.26.2-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8550d6821c04b81a32b15225e69b459be0203b4b;p=gnome-control-center.git _polkit_wheel_sudo_group Gbp-Pq: Name 07_polkit_wheel_sudo_group.patch --- diff --git a/panels/common/gnome-control-center.rules b/panels/common/gnome-control-center.rules index 5b3da5d..29bd1b0 100644 --- a/panels/common/gnome-control-center.rules +++ b/panels/common/gnome-control-center.rules @@ -6,7 +6,7 @@ polkit.addRule(function(action, subject) { action.id == "org.gnome.controlcenter.datetime.configure") && subject.local && subject.active && - subject.isInGroup ("wheel")) { + subject.isInGroup ("sudo")) { return polkit.Result.YES; } });