envfs icon indicating copy to clipboard operation
envfs copied to clipboard

make filesystem inodes read-only

Open Mic92 opened this issue 1 year ago • 1 comments

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 avatar Oct 02 '24 12:10 Mic92

cc @con-f-use

Mic92 avatar Oct 02 '24 12:10 Mic92

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

Mic92 avatar Oct 29 '24 11:10 Mic92

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

Mic92 avatar Oct 29 '24 12:10 Mic92