From: Debian GNOME Maintainers Date: Wed, 13 Sep 2017 22:39:02 +0000 (+0100) Subject: _polkit_wheel_sudo_group X-Git-Tag: archive/raspbian/1%3.26.1-2+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2789586267a32f1e614a4ac16205789834ff8c2b;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; } });