You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls: restore WASI ".." metadata fallback in collect_directory_entries (#11930)
* ls: restore WASI ".." metadata fallback in collect_directory_entries
The ls refactor in #9851 dropped the WASI guard added in #11633, so
`ls -al` at a preopened root once again fails with "Capabilities
insufficient" when stat'ing "..". Extract the logic into a small
`dotdot_path` helper and add a regression test covering `ls -al`.
* Update spell-checker ignore words in test_ls.rs
0 commit comments