summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json
blob: d3b93523cc028af64dd52b9aceafa86c6ccddefd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-uhttpd": {
		"description": "Grant UCI access for luci-app-uhttpd",
		"read": {
			"uci": [ "uhttpd" ]
		},
		"write": {
			"uci": [ "uhttpd" ]
		}
	}
}