translator
11,127
edits
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.login1.power-off" || action.id == "org.freedesktop.login1.reboot" || action...") |
(Created page with "polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.upower.hibernate" || action.id == "org.freedesktop.upower.suspend") { retur...") Tags: Mobile web edit Mobile edit |
||
Line 43: | Line 43: | ||
}); | }); | ||
Четвертое правило позволяет члену группы '''network''' использовать устройства bluetooth без аутентификации | |||
/* Allow users of network group to use blueman feature requiring root without authentication */ | /* Allow users of network group to use blueman feature requiring root without authentication */ |