mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"luci-proto-modemmanager": {
|
|
"description": "Grant access to mmcli",
|
|
"read": {
|
|
"cgi-io": [ "exec" ],
|
|
"file": {
|
|
"/usr/bin/mmcli -L -J": [ "exec" ],
|
|
"/usr/bin/mmcli -m [0-9]* -J": [ "exec" ],
|
|
"/usr/bin/mmcli -i [0-9]* -J": [ "exec" ],
|
|
"/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"modemmanager": [ "*" ]
|
|
}
|
|
}
|
|
}
|
|
}
|