« Previous | Next » 

Revision 463d8e73

ID463d8e7393681b300946d6bf9f9d5b7035d718c6

Added by Andreas Schwab almost 11 years ago

linux-user: handle /proc/$$ like /proc/self

Some applications use /proc/$$/... (where $$ is the own pid) instead of
/proc/self/... to refer to their own proc files. Extend the interception
for open and readlink to handle this case. Also, do the same interception
in readlinkat.

Signed-off-by: Andreas Schwab <>
Reviewed-by: Peter Maydell <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences