mirror of
https://github.com/anthropic-experimental/sandbox-runtime.git
synced 2026-05-06 21:52:30 +08:00
A file-deny listed before its ancestor dir-deny in the denyRead array was wiped: the /dev/null mask landed first, then the ancestor tmpfs replaced it, then allowRead re-bound the project dir — file readable. Normalize then sort by segment count before the mount loop. Ancestors process first (tmpfs + re-binds), descendant file masks layer on top. User-specified order no longer matters.