luci/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json
Ansuel Smith cfa70932c3
luci-app-upnp: convert to client side implementation
Implement luci.upnp ubus app.
Convert lua page to js client side implementation.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-01-08 21:45:31 +01:00

17 lines
274 B
JSON

{
"luci-app-ddns": {
"description": "Grant access to upnp procedures",
"read": {
"ubus": {
"luci.upnp": [ "get_status" ],
"luci": [ "setInitAction" ]
}
},
"write": {
"ubus": {
"luci.upnp": [ "delete_rule" ]
},
"uci": [ "upnpd" ]
}
}
}