Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Eval sandbox: additional macOS socket/tmpdir directories denied write access

Eval sandbox on macOS blocks writes to more per-user socket and daemon directories

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Eval sandbox on macOS blocks writes to more per-user socket and daemon directories

What

On macOS, the internal evaluation sandbox's list of directories that cannot be written to now also covers the real (symlink-resolved) parent directories of per-user socket and daemon paths, including ones named claude-<uid>, cc-daemon-<uid>, cc-socks, and cc-socks-<uid>, as well as paths under CLAUDE_CODE_TMPDIR.

Why

This closes off more ways a sandboxed eval run could write into shared system locations, keeping test runs better isolated from the host machine.

See this entry in the whole of v2.1.269 →