mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-09 04:37:38 +08:00
12 lines
194 B
JSON
12 lines
194 B
JSON
|
{
|
||
|
"luci-app-fileassistant": {
|
||
|
"description": "Grant UCI access for luci-app-fileassistant",
|
||
|
"read": {
|
||
|
"uci": [ "fileassistant" ]
|
||
|
},
|
||
|
"write": {
|
||
|
"uci": [ "fileassistant" ]
|
||
|
}
|
||
|
}
|
||
|
}
|