A new check refuses directory paths unless every segment is owned by you and not a symlink.
What's wrong with this entry?
A new check walks a directory path one segment at a time and refuses it unless every segment is owned by the current user and is not a symlink, finally confirming the resolved real path matches the expected target. On Linux and WSL it uses open-by-handle checks; elsewhere it falls back to creating the directories and stat-checking them.
- No code in this build calls it, so nothing yet routes through this stricter check.
aI | Zn.O_DIRECTORY | Zn.O_NOFOLLOW
Strings lifted out of the shipped bundle, so the claim above can be checked against them.