parent
8b52988ad2
commit
546d2209a7
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
polkit.addRule(function(action, subject) { |
||||
if (action.id.indexOf("org.freedesktop.ModemManager1.") == 0 && |
||||
subject.isInGroup("plugdev")) { |
||||
|
||||
return polkit.Result.YES; |
||||
} |
||||
}); |
Loading…
Reference in new issue