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