luci-app-watchcat.json 227 B

1234567891011121314
  1. {
  2. "luci-app-watchcat": {
  3. "description": "Grant access to LuCI app watchcat",
  4. "read": {
  5. "file": {
  6. "/usr/bin/watchcat.sh": [ "exec" ]
  7. },
  8. "uci": [ "watchcat" ]
  9. },
  10. "write": {
  11. "uci": [ "watchcat" ]
  12. }
  13. }
  14. }