15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"luci-app-filebrowser": {
|
|
"description": "Grant UCI access for luci-app-filebrowser",
|
|
"read": {
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "filebrowser" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "filebrowser" ]
|
|
}
|
|
}
|
|
}
|