summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
blob: 8f0715258966a7a3a6d114896d6b5526db630df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"allow-full-uci-access": {
		"description": "Allow full UCI access for legacy applications",
		"read": {
			"uci": [ "*" ]
		},
		"write": {
			"uci": [ "*" ]
		}
	}
}