%PDF- %PDF-
| Direktori : /usr/share/polkit-1/rules.d/ |
| Current File : //usr/share/polkit-1/rules.d/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;
}
});