Mic92 / envfs

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

switch to fuser from cntr-fuse #134

Closed Mic92 closed 1 year ago

SuperSandro2000 commented 1 year ago

Can you shed some light on the motivation?

Mic92 commented 1 year ago

cntr-fuse was my own fork but fuser now also implements everything I need and it is better maintained than my fork. I also fixed an issue where when mounted in background envfs would be for some reason unmounted again (some issue caused by fork() ?)