summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-v2raya/root/usr/share/rpcd/acl.d/luci-app-v2raya.json
blob: 173296e6e4d885c390f0c80720852d6b5744441e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"luci-app-v2raya": {
		"description": "Grant access to v2rayA configuration",
		"read": {
			"file": {
				"/var/log/v2raya/v2raya.log": [ "read" ]
			},
			"ubus": {
				"service": [ "list" ]
			},
			"uci": [ "v2raya" ]
		},
		"write": {
			"uci": [ "v2raya" ]
		}
	}
}