Difference between revisions of "Translations:Manjaro Polkit Rules/9/fr"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "polkit.addRule(function(action, subject) { if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) { return polkit.Result.YES;...") |
(No difference)
|
Latest revision as of 07:40, 23 May 2024
polkit.addRule(function(action, subject) {
if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("wheel")) { return polkit.Result.YES; } });
The second rule allows any user to control if the system should be shut down or restarted