blob: 3d001c2f0bf677199ee09076c6c5a5bafd596455 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"luci-app-filemanager": {
"description": "Grant access to File Manager",
"write": {
"cgi-io": [ "upload", "download" ],
"ubus": {
"file": [ "*" ]
},
"file": {
"/*": [ "list", "read", "write", "exec" ]
}
}
}
}
|