void-desktop/config-files/polkit/00-mounting.rules
2023-04-20 11:30:49 +02:00

5 lines
No EOL
159 B
Text

polkit.addRule(function(action, subject)
{
if (action.id.startsWith("org.freedesktop.udisks2.") && subject.isInGroup("wheel"))
return polkit.Result.YES;
});