luci-app-natmap.json 257 B

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