JezK
Edit File: geoclue-2.0.rules
polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.ModemManager1.Device.Control" || action.id == "org.freedesktop.ModemManager1.Location") && subject.user == "geoclue") { return polkit.Result.YES; } });