1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "luci-app-natmap": { "description": "Grant access to LuCI app natmap", "read": { "file": { "/var/run/natmap/*": [ "read" ] }, "ubus": { "service": [ "list" ] }, "uci": ["natmap"] }, "write": { "uci": ["natmap"] } } }