NM moved into main for pisi20

This commit is contained in:
2015-07-09 08:56:28 +03:00
parent d4dd0b1ad1
commit a1a1ef18d9
15 changed files with 3003 additions and 0 deletions
@@ -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";
}
});