mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"luci-app-filebrowser-q": {
|
|
"description": "Grant UCI access for luci-app-filebrowser-q",
|
|
"read": {
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "filebrowser-q" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "filebrowser-q" ]
|
|
}
|
|
}
|
|
}
|