Difference between revisions of "Translations:Manjaro Polkit Rules/10/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.login1.power-off" || action.id == "org.freedesktop.login1.reboot" || action...") |
(No difference)
|
Latest revision as of 07:06, 2 February 2023
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 переводить систему в спящий режим или приостанавливать ее работу