From: Debian GNOME Maintainers Date: Wed, 30 Aug 2017 00:01:50 +0000 (+0100) Subject: _polkit_wheel_sudo_group X-Git-Tag: archive/raspbian/1%3.26.1-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=40f7755e39f3bf00d43c7ecf5f3ff66ba4d3f2ca;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; } });