The sandbox builder can produce a policy-only mode, but nothing visible switches it on.
A filesystem-grant-free sandbox mode exists with no visible caller in this build.
What's wrong with this entry?
The sandbox configuration builder gained a mode that suppresses most filesystem grants, leaving a policy-only sandbox. Nothing in the code read for this build shows what turns the mode on.
- When active it drops
permissions.additionalDirectories, allow entries derived from permission rules, andsandbox.filesystem.allowWrite/allowReadentries coming from anything other than a policy settings source. - It also drops the network fields
allowUnixSockets,allowLocalBindingandhttpProxyPort.
...(u ? [] : e.permissions?.additionalDirectories || [])
Strings lifted out of the shipped bundle, so the claim above can be checked against them.