Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime): Allow opening /dev/fd/XXX for unix #23743

Merged
merged 8 commits into from May 10, 2024

Conversation

mmastrac
Copy link
Member

@mmastrac mmastrac commented May 8, 2024

deno run script.ts <(some command) is a valid use case -- let's allow this to work without --allow-all.

Fixes #23703

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmastrac mmastrac merged commit adc7b3d into denoland:main May 10, 2024
17 checks passed
dsherret pushed a commit that referenced this pull request May 10, 2024
`deno run script.ts <(some command)` is a valid use case -- let's allow
this to work without `--allow-all`.

Fixes #23703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot read files from /proc/self/fd since Deno 1.43
2 participants