luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json
sbwml c7484dfbf9 luci-app-upnp: init
* 366e4c9669/applications/luci-app-upnp

Signed-off-by: sbwml <admin@cooluc.com>
2024-10-13 21:14:41 +08:00

19 lines
304 B
JSON

{
"luci-app-upnp": {
"description": "Grant access to UPnP IGD & PCP/NAT-PMP",
"read": {
"ubus": {
"luci.upnp": [ "get_status" ],
"luci": [ "setInitAction" ]
},
"uci": [ "upnpd" ]
},
"write": {
"ubus": {
"luci.upnp": [ "delete_rule" ]
},
"uci": [ "upnpd" ]
}
}
}