Translations:Manjaro Polkit Rules/9/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
polkit.addRule(function(action, subject) {
if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) { return polkit.Result.YES; } });
The second rule allows any user to control if the system should be shut down or restarted