Mic92 / envfs

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

make filesystem inodes read-only #167

Closed Mic92 closed 1 month ago

Mic92 commented 1 month ago

Some tools can complain about them beeing writable. Since processes cannot write them anyway, that seems like a good default.

Untested. See https://github.com/Mic92/envfs/issues/166

Mic92 commented 1 month ago

cc @con-f-use

Mic92 commented 1 month ago

After thinking about it, since I don't know why problem exist in the first place, I would not merge it for now.

Mic92 commented 1 month ago

I have not seen any symlink implementation that was not using 777 as permissions.