NM moved into main for pisi20
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (/^org\.freedesktop\.ModemManager1\.(Device\.Control|Contacts|Messaging|Location)$/.test(action.id) &&
|
||||
subject.isInGroup("network")) {
|
||||
return "yes";
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user