KTibow
KTibow2mo ago

i passed --allow-write, why does this happen?

i'm already passing --allow-write
No description
4 Replies
KTibow
KTibowOP2mo ago
apparently this is a safety hardening
KTibow
KTibowOP2mo ago
No description
KTibow
KTibowOP2mo ago
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??? sigh
KTibow
KTibowOP2mo ago
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...

Did you find this page helpful?