summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json
blob: 13c702449f78a66fad1c25b6370a9d16cfe804e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"luci-app-sqm": {
		"description": "Grant UCI access for luci-app-sqm",
		"read": {
			"file": {
				"/var/run/sqm/available_qdiscs": [ "list" ],
				"/usr/lib/sqm/*.qos.help": [ "read" ],
				"/etc/init.d/sqm enable" : [ "exec" ],
				"/etc/init.d/sqm start" : [ "exec" ]
			},
			"uci": [ "sqm" ],
			"ubus": {
				"file": [ "read", "list" ],
				"luci": [ "setInitAction" ]
			}
		},
		"write": {
			"uci": [ "sqm" ]
		}
	}
}