From: Debian GNOME Maintainers Date: Wed, 25 Jan 2017 15:51:16 +0000 (+0000) Subject: _polkit_wheel_sudo_group X-Git-Tag: archive/raspbian/1%3.26.1-2+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01d3cb208a52befa61784bb94c001bef177bcc06;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; } });