1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/run/ld_preload
David Sherret c6793f52b9
fix(permissions): disallow any LD_ or DYLD_ prefixed env var without full --allow-run permissions (#25271)
Follow up to https://github.com/denoland/deno/pull/25221

I looked into what the list was and it was quite extensive, so I think
as suggested in
https://github.com/denoland/deno/issues/11964#issuecomment-2314585135 we
should disallow this for any `LD_` prefixed env var.
2024-08-28 21:11:37 -04:00
..
__test__.jsonc fix(permissions): disallow any LD_ or DYLD_ prefixed env var without full --allow-run permissions (#25271) 2024-08-28 21:11:37 -04:00
env_arg.out fix(permissions): disallow launching subprocess with LD_PRELOAD env var without full run permissions (#25221) 2024-08-27 22:03:09 -04:00
env_arg.ts fix(permissions): disallow launching subprocess with LD_PRELOAD env var without full run permissions (#25221) 2024-08-27 22:03:09 -04:00
set_with_allow_env.out fix(permissions): disallow launching subprocess with LD_PRELOAD env var without full run permissions (#25221) 2024-08-27 22:03:09 -04:00
set_with_allow_env.ts fix(permissions): disallow launching subprocess with LD_PRELOAD env var without full run permissions (#25221) 2024-08-27 22:03:09 -04:00