Restructure configs into seperate folder
This commit is contained in:
parent
d713b19199
commit
0801bb1adb
16 changed files with 14 additions and 12 deletions
7
configs/polkit/00-sxmo.rules
Normal file
7
configs/polkit/00-sxmo.rules
Normal 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;
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue