metalbear-co / mirrord

Connect your local process and your cloud environment, and run local code in cloud conditions.
https://mirrord.dev
MIT License
3.76k stars 101 forks source link

`readlinkat` implementation. #2503

Open meowjesty opened 3 months ago

meowjesty commented 3 months ago

Implement readlinkat hook.

aviramha commented 3 months ago

There's a chance that in some cases libc just uses readlink underneath - will implement when we observe the need for it from users.