4 Replies
apparently this is a safety hardening

seems
--allow-run=chrome doesn't have this problem
keywords for future searchers:
- NotCapable: Requires write access to " path ", run again with the --allow-write flag
- astral
- cache
- chrome
- chromium
- allow run breaking allow write
- unexpected --allow-write error
nvm it didn't
it downloaded it but didn't allow launching it
sigh
how do i turn off the hardening???
sighissue filed https://github.com/denoland/deno/issues/30801
GitHub
allow run hardening is harmful · Issue #30801 · denoland/deno
deno/runtime/permissions/lib.rs Lines 3077 to 3087 in 4c1cdfc // add the allow_run list to deny_write if let Some(allow_run_vec) = &allow_run && !allow_run_vec.is_empty() { let deny_wri...
