0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 10:06:23 -05:00
denoland-deno/runtime/permissions
Matt Mastracci 95ae9ea79f fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)
`deno run script.ts <(some command)` is a valid use case -- let's allow
this to work without `--allow-all`.

Fixes #23703
2024-05-10 15:00:09 -04:00
..
Cargo.toml 1.43.2 (#23747) 2024-05-08 15:21:14 -07:00
lib.rs fix(runtime): Allow opening /dev/fd/XXX for unix (#23743) 2024-05-10 15:00:09 -04:00
prompter.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-10 15:00:08 -04:00
README.md refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00