Commit 0bc4b7e
fix: add seccomp=unconfined to AdvancedHostDANGER for bwrap support
SYS_ADMIN capability sola no es suficiente para que bwrap pueda montar
/proc en un nuevo namespace. Docker bloquea CLONE_NEWUSER via seccomp
incluso con esa capability, causando:
bwrap: Can't mount proc on /newroot/proc: Operation not permitted
Con seccomp=unconfined el contenedor puede crear user namespaces y bwrap
funciona correctamente, lo que permite que Claude Code y Claude Desktop
ejecuten su sandbox bash sin errores.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4ffe577 commit 0bc4b7e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1234 | 1237 | | |
1235 | 1238 | | |
1236 | 1239 | | |
| |||
0 commit comments