From: Debian GNOME Maintainers Date: Tue, 30 May 2017 20:29:04 +0000 (+0100) Subject: _polkit_wheel_sudo_group X-Git-Tag: archive/raspbian/1%3.26.1-2+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6fc82f176e3156f54f36107d59be6e8db6f4346b;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; } });