index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
permissions
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-07-10
fix: Add sys permission kinds for node compat (#24242)
Adam Gregory
2024-07-05
fix(permissions): handle ipv6 addresses correctly (#24397)
Luca Casonato
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-05-16
fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)
Divy Srivastava
2024-05-10
fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)
Matt Mastracci
2024-05-08
fix(runtime): allow nul device on windows (#23741)
Matt Mastracci
2024-05-07
fix(runtime): allow r/w access to /etc without --allow-all (#23718)
Luca Casonato
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-03-26
fix(runtime): use FQDN in NetDescriptor (#23084)
Nayeem Rahman
2024-03-13
perf(permissions): Fast exit from checks when permission is in "fully-granted...
Matt Mastracci
2024-03-13
chore(permissions): add allow_all flag (#22890)
Matt Mastracci
2024-03-12
fix(runtime): negate partial condition for deny flags (#22866)
Nayeem Rahman
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava