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