feat(policy): allow bash and file modification tools without prompting

Add permissions.allow to managed-settings.json for Bash(*), Edit(*),
and Write(*). Claude Code will not prompt for confirmation on shell
commands or file writes inside the container.
This commit is contained in:
docker-claude 2026-04-14 22:57:29 +02:00
parent 3adc97d901
commit 6410f22f1d

View file

@ -1,3 +1,10 @@
{ {
"availableModels": ["sonnet", "opus", "haiku"] "availableModels": ["sonnet", "opus", "haiku"],
"permissions": {
"allow": [
"Bash(*)",
"Edit(*)",
"Write(*)"
]
}
} }