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.274 ·

Automounter-lookup path refusal exists but nothing turns it on

New code can refuse macOS automounter-lookup paths, but nothing in this build turns it on

TierNothing to try yethow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaFilesystem Securitywhat it touches
KindIn Developmentin v2.1.274,
Nothing to try yet No documentation found

New code can refuse macOS automounter-lookup paths, but nothing in this build turns it on

What

A new internal permission check can refuse to read a file path if it looks like a macOS "automounter" lookup path, such as the /Network browse root or an auto_home entry, with its own denial message and reason code. However, this check only runs when an optional setting called refuseAutomounterShapes is passed in, and the only place in the codebase that calls this check never passes that setting, so the new refusal never actually triggers.

Why

This is dormant code: the capability exists internally, but no path in this build exercises it, so it has no effect on current behavior yet.

Read from
Names in the bundlerefuseAutomounterShapes

See this entry in the whole of v2.1.274 →