summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-vnstat2/root/usr/share/rpcd/acl.d/luci-app-vnstat2.json
blob: fb16f09c9aab3bb9213dd2e9960ad520be8709b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"luci-app-vnstat2": {
		"description": "Grant access to LuCI app vnstat2",
		"read": {
			"cgi-io": [ "exec" ],
			"file": {
				"/usr/bin/vnstat --json f 1": [ "exec" ],
				"/usr/bin/vnstati -[5dhmsty] -i * -o -": [ "exec" ]
			}
		},
		"write": {
			"file": {
				"/usr/bin/vnstat": [ "exec" ]
			},
			"uci": [ "vnstat" ]
		}
	}
}