Allow LD_*
, DYLD_*
env vars to be set when launching a subprocess without full --allow-run
if they equal the value on startup
#26843
Labels
suggestion
suggestions for new features (yet to be agreed)
When not using full
--allow-run
permissions, we should consider capturingLD_*
,DYLD_*
env vars on startup and only require full--allow-run
permissions when these values don't equal what they were on startup.Ref #26839
The text was updated successfully, but these errors were encountered: