summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json
blob: 583a54ae5a45d11621fd8831dc1f3e57d9680e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-sqm": {
		"description": "Grant UCI access for luci-app-sqm",
		"read": {
			"uci": [ "sqm" ]
		},
		"write": {
			"uci": [ "sqm" ]
		}
	}
}