summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-apinger/root/usr/share/rpcd/acl.d/luci-app-apinger.json
blob: 69066081e2bd81c7c402cb6607d623d9c8486170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"luci-app-apinger" : {
		"description" : "Grant access to LuCI app Apinger",
		"read" : {
			"ubus" : {
				"apinger" : [ "*" ],
				"file": [ "stat" ],
				"service": [ "list" ]
			},
			"uci": [ "apinger" ]
		},
		"write" : {
			"ubus" : {
				"apinger" : [ "*" ]
			},
			"uci": [ "apinger" ]
		}
	}
}