From: Laurent Bigonville Date: Thu, 15 Mar 2018 23:54:34 +0000 (+0000) Subject: The "wheel" group is not existing on debian, check the "sudo" one instead X-Git-Tag: archive/raspbian/1%3.28.2-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6d913dacc66e32300018b6abb9a291ecb6e9c29;p=gnome-control-center.git The "wheel" group is not existing on debian, check the "sudo" one instead Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760722 Forwarded: not-needed 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; } });