Difference between revisions of "Translations:Manjaro Polkit Rules/11/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.upower.hibernate" || action.id == "org.freedesktop.upower.suspend") { retur...") |
(No difference)
|
Latest revision as of 07:06, 2 February 2023
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.upower.hibernate" ||
action.id == "org.freedesktop.upower.suspend") {
return polkit.Result.YES;
}
});
Четвертое правило позволяет члену группы network использовать устройства bluetooth без аутентификации