mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Add ACL for ModemManager Ubus
This commit is contained in:
parent
ab045f47ce
commit
ebce49935a
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
"/usr/bin/mmcli -m [0-9]* -J": [ "exec" ],
|
"/usr/bin/mmcli -m [0-9]* -J": [ "exec" ],
|
||||||
"/usr/bin/mmcli -i [0-9]* -J": [ "exec" ],
|
"/usr/bin/mmcli -i [0-9]* -J": [ "exec" ],
|
||||||
"/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ]
|
"/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ]
|
||||||
|
},
|
||||||
|
"ubus": {
|
||||||
|
"modemmanager": [ "*" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue