luci-app-commands.json 166 B

1234567891011
  1. {
  2. "luci-app-commands": {
  3. "description": "Grant UCI access for luci-app-commands",
  4. "read": {
  5. "uci": [ "luci" ]
  6. },
  7. "write": {
  8. "uci": [ "luci" ]
  9. }
  10. }
  11. }