summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json
blob: 2b56b1fc780b921f46e04370f43e336c2f8ed3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"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" ]
			},
			"uci": [ "sqm" ],
			"ubus": {
				"file": [ "read", "list" ],
				"luci": [ "setInitAction" ]
			}
		},
		"write": {
			"uci": [ "sqm" ]
		}
	}
}