Manjaro Difference between revisions of "Manjaro Polkit Rules/ru"

Difference between revisions of "Manjaro Polkit Rules/ru"

From Manjaro
(Created page with "polkit.addRule(function(action, subject) { if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) { return polkit.Result.YES;...")
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.login1.power-off" || action.id == "org.freedesktop.login1.reboot" || action...")
Line 34: Line 34:
  });
  });
   
   
The third rule allows the upower daemon to hibernate or suspend the system
Третье правило позволяет демону upower переводить систему в спящий режим или приостанавливать ее работу


  polkit.addRule(function(action, subject) {
  polkit.addRule(function(action, subject) {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.