← back to Port Viewer

.claude/settings.local.json

39 lines

{
  "permissions": {
    "allow": [
      "Bash(lsof:*)",
      "Bash(node server.js)",
      "Bash(curl:*)",
      "Bash(ss:*)",
      "Read(//etc/nginx/sites-enabled/**)",
      "Read(//etc/nginx/sites-available/**)",
      "Bash(nginx:*)",
      "Bash(systemctl reload:*)",
      "Bash(for i in {1..10})",
      "Bash(do echo \"Test $i:\")",
      "Bash(done)",
      "Bash(systemctl list-units:*)",
      "Bash(node:*)",
      "Read(//tmp/**)",
      "Bash(cat:*)",
      "Bash(npm install:*)",
      "Read(//root/**)",
      "Bash(chmod:*)",
      "Bash(/root/fix-all-ports.sh:*)",
      "Bash(systemctl stop:*)",
      "Bash(systemctl status:*)",
      "Bash(xargs kill:*)",
      "Bash(ufw:*)",
      "Bash(iptables:*)",
      "Bash(systemctl:*)",
      "Bash(systemctl restart:*)",
      "Bash(/root/port-viewer-watchdog.sh:*)",
      "Bash(npm run build:*)",
      "Bash(pkill:*)",
      "Bash(bash -c:*)",
      "Read(//opt/**)"
    ],
    "deny": [],
    "ask": []
  }
}