luci/applications/luci-app-openwisp/root/usr/share/rpcd/acl.d/luci-app-openwisp.json
Nicholas Smith d2f4256f15 luci-app-openwisp: inital checkin
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
- Commit heading rewritten
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-01-12 12:21:19 +01:00

11 lines
169 B
JSON

{
"luci-app-openwisp": {
"description": "Grant access to luci-app-openwisp",
"read": {
"uci": [ "openwisp" ]
},
"write": {
"uci": [ "openwisp" ]
}
}
}