Mic92 / envfs

Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.
249 stars 5 forks source link

always resolve fallback paths #91

Closed Mic92 closed 2 years ago

Mic92 commented 2 years ago

These paths will be always found even if PATH is unset for child processes. This will make i.e. /usr/bin/env and /bin/sh always visible and hence will be more compatible to the standard nixos behavior. This fixes make for me that tries to do stat on /bin/sh.