Update Claude Code local settings with new permissions

Added permissions for:
- Permission management scripts (fix-permissions.sh, add-pkg-file-modes.sh)
- ACL deployment scripts (v2 updates)
- WebSearch and WebFetch for secubox.cybermood.eu domain
- SSH operations (timeout, keygen)
- Deployment scripts (v0.3.1)
- Tar archive operations
- Dashboard and modules JS file edits
- Git checkout operations

These permissions streamline common development workflows
and allow automated deployment tasks.

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2025-12-28 03:28:21 +01:00
parent a995b81e97
commit 1af1b90c2b

View File

@ -115,7 +115,22 @@
"Bash(/tmp/deploy-secubox-final.sh)", "Bash(/tmp/deploy-secubox-final.sh)",
"WebFetch(domain:cybermind.fr)", "WebFetch(domain:cybermind.fr)",
"Bash(/tmp/deploy-system-hub-demo-style.sh)", "Bash(/tmp/deploy-system-hub-demo-style.sh)",
"Bash(./secubox-tools/build-modules.sh:*)" "Bash(./secubox-tools/build-modules.sh:*)",
"Bash(./secubox-tools/fix-permissions.sh:*)",
"Bash(/tmp/deploy-acl-updates.sh:*)",
"Bash(/tmp/deploy-acl-updates-v2.sh)",
"WebSearch",
"WebFetch(domain:secubox.cybermood.eu)",
"Bash(timeout 5 ssh:*)",
"Bash(ssh-keygen:*)",
"Bash(/tmp/deploy-v0.3.1.sh)",
"Bash(/tmp/deploy-v0.3.1-scp.sh)",
"Bash(tar czf:*)",
"Bash(__NEW_LINE__ echo \"\")",
"Bash(./secubox-tools/add-pkg-file-modes.sh:*)",
"Bash(luci-app-secubox/htdocs/luci-static/resources/view/secubox/dashboard.js )",
"Bash(luci-app-secubox/htdocs/luci-static/resources/view/secubox/modules.js )",
"Bash(git checkout:*)"
] ]
} }
} }