summaryrefslogtreecommitdiff
path: root/tests/specs/permission
AgeCommit message (Collapse)Author
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
This is not a special path that can be used to escalate or bypass Deno permissions, such as `--allow-env`.
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci