summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json
blob: ed7ad8aa8a62128b3b561f18d67bbd251374d703 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"uci-access": {
		"description": "Grant uci write access to all configurations",
		"read": {
			"uci": [ "*" ]
		},
		"write": {
			"uci": [ "*" ]
		}
	}
}