1
0

luci-app-adblock-fast.json 647 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "luci-app-adblock-fast": {
  3. "description": "Grant UCI and file access for luci-app-adblock-fast",
  4. "read": {
  5. "file": {
  6. "/dev/shm/adblock-fast.config": [ "list", "read" ],
  7. "/dev/shm/adblock-fast.error": [ "list", "read" ],
  8. "/dev/shm/adblock-fast.status": [ "list", "read" ]
  9. },
  10. "ubus": {
  11. "luci.adblock-fast": [
  12. "getFileUrlFilesizes",
  13. "getInitList",
  14. "getInitStatus",
  15. "getPlatformSupport"
  16. ]
  17. },
  18. "uci": [
  19. "adblock-fast",
  20. "dhcp",
  21. "smartdns"
  22. ]
  23. },
  24. "write": {
  25. "uci": [
  26. "adblock-fast"
  27. ],
  28. "ubus": {
  29. "luci.adblock-fast": [
  30. "setInitAction"
  31. ]
  32. }
  33. }
  34. }
  35. }