mirror of
https://github.com/openwrt/luci.git
synced 2025-02-07 11:39:54 +00:00
18 lines
257 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|