Daniel Golding
Results
12
comments of
Daniel Golding
Hi, I think this sounds really useful. I think there may also need to be a change to the `pyinjector.inject(...)` API. Currently it checks that the shared library exists before...
Ahh, you mean `NamedTemporaryFile(..., dir=f'/proc/{pid}/root')` instead of `NamedTemporaryFile(..., dir=f'/proc/{pid}/root/tmp')` ? I think it's quite common to mount `/` as readonly. I think it's less common to not have `/tmp` mounted...