diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ded820a..f328cf4 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,36 @@ { "permissions": { "allow": [ - "Bash(git:*)" + "Bash(git:*)", + "Bash(do echo:*)", + "Bash(python3:*)", + "Bash(openssl passwd:*)", + "Bash(brew list:*)", + "Bash(brew search:*)", + "Bash(brew install:*)", + "Bash(chmod +x:*)", + "Bash(./build-iso.sh:*)", + "Bash(hdiutil attach:*)", + "Bash(curl:*)", + "Bash(xorriso:*)", + "WebFetch(domain:git.motocamp.de)", + "Bash(bash:*)", + "Bash(diskutil list:*)", + "Bash(diskutil unmountDisk:*)", + "Bash(sudo dd:*)", + "Bash(gh api:*)", + "WebFetch(domain:github.com)", + "WebFetch(domain:api.github.com)", + "WebFetch(domain:brave.com)", + "Bash(echo:*)", + "Bash(ls:*)", + "Bash(cp:*)", + "WebSearch", + "WebFetch(domain:discourse.ubuntu.com)", + "WebFetch(domain:canonical-subiquity.readthedocs-hosted.com)", + "Bash(ssh:*)", + "Bash(ping -c 2 -W 2 10.47.11.71)", + "Bash(ifconfig utun0:*)" ] } }