_polkit_wheel_sudo_group
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Wed, 25 Jan 2017 15:51:16 +0000 (15:51 +0000)
committerMichael Biebl <biebl@debian.org>
Wed, 25 Jan 2017 15:51:16 +0000 (15:51 +0000)
Gbp-Pq: Name 07_polkit_wheel_sudo_group.patch

panels/common/gnome-control-center.rules

index 5b3da5db3bd17c89476cc9b087bb387f69a5183f..29bd1b00fba9941068b730731e3187d7178dd34c 100644 (file)
@@ -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;
            }
 });