Translations:Manjaro Polkit Rules/10/ru
From Manjaro
Views
Actions
Namespaces
Variants
Tools
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.login1.power-off" || action.id == "org.freedesktop.login1.reboot" || action.id == "org.freedesktop.login1.hibernate" || action.id == "org.freedesktop.login1.suspend") { return polkit.Result.YES; } });
Третье правило позволяет демону upower переводить систему в спящий режим или приостанавливать ее работу