Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Body:
SummaryAfter upgrading to Cursor 2.5.26, the terminal sandbox fails to start. The error appears on first launch. Previous versions worked without this issue.## Environment- Cursor version: 2.5.26- OS: Ubuntu (Linux)- Kernel: 6.17.0-14-generic- Environment: VMware guest- Installation: System package (deb) at /usr/share/cursor## ErrorThe sandbox preflight fails with:
Error: Failed to apply sandbox: IO error: Step 2.5/7 (loopback setup) failed: IO error: loopback: failed to look up lo interface
Log locationFull error in: ~/.config/Cursor/logs/*/window*/exthost/exthost.logExample log lines:
[shell-exec:sandbox] [isSandboxHelperSupported] Preflight failed: Command failed: /usr/share/cursor/resources/app/resources/helpers/cursorsandbox … --preflight-only – /bin/true
Error: Failed to apply sandbox: IO error: Step 2.5/7 (loopback setup) failed: IO error: loopback: failed to look up lo interface
Additional context- The default loopback interface (lo) exists and is UP in the host namespace.- The renderer reports sandboxSupported=false after the preflight fails, so Cursor falls back to non-sandbox mode.- The user sees the “terminal sandbox cannot be started” message during startup.- This started in 2.5.26; earlier versions did not show this error.- User namespaces: kernel.apparmor_restrict_unprivileged_userns = 1## Expected behaviorThe sandbox should initialize successfully, as it did in previous versions.## Reproduction1. Upgrade to Cursor 2.5.262. Start Cursor3. Observe “terminal sandbox cannot be started” and the preflight failure in the logs
Steps to Reproduce
Start cursor 2.5.26 in ubuntu LTS 24.04 in VMWare Workstation 17.0
Expected Behavior
Start without error
Operating System
Linux
Version Information
Version: 2.5.26
VSCode Version: 1.105.1
Commit: 7d96c2a03bb088ad367615e9da1a3fe20fbbc6a0
Date: 2026-02-26T04:57:56.825Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.17.0-14-generic
Does this stop you from using Cursor
Yes - Cursor is unusable