Translations:Manjaro Polkit Rules/11/fr
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