luci-compat.json 171 B

1234567891011
  1. {
  2. "allow-full-uci-access": {
  3. "description": "Allow full UCI access for legacy applications",
  4. "read": {
  5. "uci": [ "*" ]
  6. },
  7. "write": {
  8. "uci": [ "*" ]
  9. }
  10. }
  11. }