Restructure configs into seperate folder

This commit is contained in:
Miles Alan 2020-07-12 11:50:30 -05:00
parent d713b19199
commit 0801bb1adb
16 changed files with 14 additions and 12 deletions

View file

@ -0,0 +1,7 @@
polkit.addRule(function(action, subject) {
if (action.id.indexOf("org.freedesktop.ModemManager1.") == 0 &&
subject.isInGroup("plugdev")) {
return polkit.Result.YES;
}
});