From 1af1b90c2b9fc923b6c1dc041f142f99af0782f9 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 03:28:21 +0100 Subject: [PATCH] Update Claude Code local settings with new permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/settings.local.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index aa49babc..b848155d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -115,7 +115,22 @@ "Bash(/tmp/deploy-secubox-final.sh)", "WebFetch(domain:cybermind.fr)", "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:*)" ] } }