luci-mod-system: flash.js: add mtdblock name to filename
[project/luci.git] / applications / luci-app-vnstat2 / root / usr / share / rpcd / acl.d / luci-app-vnstat2.json
1 {
2 "luci-app-vnstat2": {
3 "description": "Grant access to LuCI app vnstat2",
4 "read": {
5 "cgi-io": [ "exec" ],
6 "file": {
7 "/usr/bin/vnstat --json f 1": [ "exec" ],
8 "/usr/bin/vnstati -[5dhmsty] -i * -o -": [ "exec" ]
9 },
10 "ubus": {
11 "service": [ "list" ]
12 },
13 "uci": [ "vnstat" ]
14 },
15 "write": {
16 "file": {
17 "/usr/bin/vnstat": [ "exec" ]
18 },
19 "uci": [ "vnstat" ]
20 }
21 }
22 }
23