hint="Claude Code's bash sandbox (bubblewrap filesystem and network isolation). Triple-C is the source of truth: toggling this overrides any manual /sandbox configuration in the container's settings.json on next start."
control={
<Toggle
label="Sandbox mode"
checked={project.sandbox_mode_enabled}
disabled={disabled}
onChange={(v)=>save({sandbox_mode_enabled: v})}
/>
}
/>
<SwitchRow
label="Allow container spawning"
hint="Mounts the Docker socket so Claude can build and run Docker containers from inside the sandbox."
hint="Grants NET_ADMIN and the /dev/net/tun device so a VPN client (PIA, WireGuard, OpenVPN, Tailscale) can build a tunnel inside the container. Without it a client installs and runs but its connection hangs until it times out. Anything in the container can then reconfigure the container's own network stack; the host's is untouched."