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