Difference between revisions of "Translations:Manjaro Polkit Rules/11/fr"
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:41, 23 May 2024
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.upower.hibernate" || action.id == "org.freedesktop.upower.suspend") { return polkit.Result.YES; } });
The fourth rule allows a member of the network group to use the bluetooth devices without authentication