summaryrefslogtreecommitdiff
path: root/runtime/permissions/lib.rs
AgeCommit message (Expand)Author
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