<div dir="ltr"><div class="gmail_extra">Hi Dmitry,</div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
<br>
</div>No, -y should not change, conversion of all relative paths to absolute<br>
should be controlled by another option.<br></blockquote><div><br></div><div>Thanks, got it. Currently I'm using the -A option for absolute path decoding.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When descriptors decoding is enabled, descriptors passed to *at syscalls<br>
are decoded anyway, so we could use this information to decode relative<br>
paths passed to *at syscalls.<br></blockquote><div><br></div><div>Sounds good -- however the sys_symlinkat syscall seems to be an edge case that needs to be handled separately(oldname uses cwd and newname uses newfd).</div>
<div><br></div><div>sys_symlinkat(const char *oldname, int newfd, const char *newname);</div><div><br></div><div><br></div><div>Thanks,</div><div>-- zm </div></div></div></div>