summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
blob: ea1a4353670cf7a400e5599de7013f4af11d310a (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": [ "'*" ]
		}
	}
}