luci-app-filebrowser: File Browser
[project/luci.git] / applications / luci-app-filebrowser / root / usr / share / rpcd / acl.d / luci-app-filebrowser.json
1 {
2 "luci-app-filebrowser": {
3 "description": "Grant access to File Browser",
4 "write": {
5 "cgi-io": [ "upload", "download" ],
6 "ubus": {
7 "file": [ "*" ]
8 },
9 "file": {
10 "/*": [ "list", "read", "write" ]
11 }
12 }
13 }
14 }