summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json
blob: ab946db77ad6981f20a89a319ce8675d6d4ed5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"luci-app-uhttpd": {
		"description": "Grant UCI access for luci-app-uhttpd",
		"read": {
			"uci": [ "uhttpd" ],
			"file": {
				"/*": ["read"]
			}
		},
		"write": {
			"uci": [ "uhttpd" ],
			"file": {
				"/*": ["write"],
				"/etc/init.d/uhttpd restart": ["exec"]
			}
		}
	}
}