sudo leafpad /etc/polkit-1/rules.d/49-nopasswd_global.rules

wheel!
#

polkit.addRule(function(action, subject) {
    if (subject.isInGroup("wheel")) {
        return polkit.Result.YES;
    }
});