Manjaro Translations:Manjaro Polkit Rules/9/ru

Translations:Manjaro Polkit Rules/9/ru

From Manjaro

polkit.addRule(function(action, subject) {

    if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) {
        return polkit.Result.YES;
    }
});

Второе правило позволяет любому пользователю контролировать, должна ли система быть выключена или перезапущена

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