summaryrefslogtreecommitdiff
path: root/runtime/permissions/lib.rs
AgeCommit message (Expand)Author
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-03-26fix(runtime): use FQDN in NetDescriptor (#23084)Nayeem Rahman
2024-03-13perf(permissions): Fast exit from checks when permission is in "fully-granted...Matt Mastracci
2024-03-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-12fix(runtime): negate partial condition for deny flags (#22866)Nayeem Rahman
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava