luci-app-https-dns-proxy.json 456 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "luci-app-https-dns-proxy": {
  3. "description": "Grant UCI and file access for luci-app-https-dns-proxy",
  4. "read": {
  5. "cgi-io": [
  6. "exec"
  7. ],
  8. "file": {
  9. "/usr/lib/opkg/status": [
  10. "read"
  11. ],
  12. "/usr/lib/lua/luci/https-dns-proxy/providers/*": [
  13. "read"
  14. ],
  15. "/etc/init.d/https-dns-proxy *": [
  16. "exec"
  17. ]
  18. },
  19. "uci": [
  20. "https-dns-proxy"
  21. ]
  22. },
  23. "write": {
  24. "uci": [
  25. "https-dns-proxy"
  26. ]
  27. }
  28. }
  29. }