polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system" || action.id == "org.freedesktop.udisks2.filesystem-mount" || action.id == "org.freedesktop.udisks2.encrypted-unlock-system") && subject.isInGroup("wheel")) { return polkit.Result.YES; } });