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