summaryrefslogtreecommitdiff
path: root/tests/specs/permission/deny_run_binary_absolute_path
AgeCommit message (Collapse)Author
2024-09-18feat: update warning message for --allow-run with no list (#25693)Bartek IwaƄczuk
Ref https://github.com/denoland/deno/pull/25215#discussion_r1762064605
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
This makes the permission system more versatile.