summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json
blob: 63bf1142346df59b75ee90df88f53abba60547a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-omcproxy": {
		"description": "Grant UCI access for luci-app-omcproxy",
		"read": {
			"uci": [ "omcproxy" ]
		},
		"write": {
			"uci": [ "omcproxy" ]
		}
	}
}