1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops/os
Adam Gregory 82f9216610
fix: Add sys permission kinds for node compat (#24242)
Fixes #24241

* Support "statfs", "username", "getPriority" and "setPriority" kinds
for `--allow-sys`.
* Check individual permissions in `node:os.userInfo()` instead of a
single "userInfo" permission.
* Check for "uid" permission in `node:process.geteuid()` instead of
"geteuid".
* Add missing "homedir" to `SysPermissionDescriptor.kind` union

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-10 15:15:43 +02:00
..
cpus.rs chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
mod.rs fix: Add sys permission kinds for node compat (#24242) 2024-07-10 15:15:43 +02:00
priority.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00