summaryrefslogtreecommitdiffstats
path: root/debian/default-acl.json
blob: e8e9ccd46236288782582188255e39e7d3701020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"group": "ubus",
	"access": {
		"*": {
			"methods": [ "*" ]
		}
	},
	"publish": [ "*" ],
	"subscribe": [ "*" ],
	"listen": [ "*" ],
	"send": [ "*" ]
}