Project

General

Profile

Feature #4838

Updated by Tom Clegg over 9 years ago

What other filesystem doesn't support a separate executable bit?    FAT. 

 What happens when you mount FAT on Linux?    Every single file is 0755. 

 Keep also doesn't support an executable bit.    The FUSE driver should correspondingly expose all files as 0555.    This would be preferable to using prevent hacks like using ld.so to execute binaries from Keep.

Back