Manjaro Translations:Manjaro Polkit Rules/9/fr

Translations:Manjaro Polkit Rules/9/fr

From Manjaro

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.