You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symlinks in /proc/PID/ and /proc/PID/fd which point to a non-directory
object in overlayfs will not contain valid absolute paths, only
relative paths leading up to the filesystem's root. This will be
fixed in the future.
For now, as @sj-i suggested, fallback on reading /proc/<pid>/exe. This will not work for mod_php or other embedded SAPIs.
The text was updated successfully, but these errors were encountered:
@akademic feel free to reopen if f14b2d6 does not work for your case. As @sj-i noted it will not work with mod_php, but should work for cli and php-fpm. I added a note to the readme about that bug.
From overlayfs.txt:
For now, as @sj-i suggested, fallback on reading
/proc/<pid>/exe
. This will not work for mod_php or other embedded SAPIs.The text was updated successfully, but these errors were encountered: