summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-olsr-services/root/usr/share/rpcd/acl.d/luci-app-olsr-services.json
blob: e337f61918d5635daaaa9b49bf7eeb29fe7ab2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"unauthenticated": {
		"description": "Grant access to OLSRd config and services file",
		"read": {
			"ubus": {
				"olsr-services": [
					"services4",
					"services6"
				]
			}
		}
	}
}