1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cache chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
canvas chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
console chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cron chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
crypto fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
fetch chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
fs refactor: use concrete error types for node resolution (#24470) 2024-07-09 12:15:03 -04:00
http refactor(ext): remove use of brotli::ffi (#24214) 2024-06-20 20:44:24 +05:30
io chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
kv chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
napi fix: more node-api fixes (#24220) 2024-06-19 11:33:46 -07:00
net fix(net): set correct max size for Datagram (#21611) 2024-07-10 03:30:22 +00:00
node fix: Add sys permission kinds for node compat (#24242) 2024-07-10 15:15:43 +02:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
url chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
web fix: do not return undefined for missing global properties (#24474) 2024-07-09 10:07:56 -07:00
webgpu chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
webidl chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
webstorage chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00