0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-07 11:39:54 +00:00
Richard Yu cc01c0bffa luci-app-natmap: add new package
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2022-12-09 19:02:08 +08:00

18 lines
257 B
JSON

{
"luci-app-natmap": {
"description": "Grant access to LuCI app natmap",
"read": {
"file": {
"/var/run/natmap/*": [ "read" ]
},
"ubus": {
"service": [ "list" ]
},
"uci": ["natmap"]
},
"write": {
"uci": ["natmap"]
}
}
}