summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json
blob: ee69882f4e92ce9afde7770f39691520fecaffa9 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"luci-mod-dsl": {
		"description": "Grant access to luci-mod-dsl",
		"read": {
			"ubus": {
				"dsl": [ "metrics", "statistics" ]
			}
		}
	}
}