harababurel / gcsf

a FUSE file system based on Google Drive
MIT License
2.36k stars 88 forks source link

Enforce file permissions #7

Open harababurel opened 6 years ago

harababurel commented 6 years ago

chmod does not work because the setattr method defined in the fuse crate does not allow setting file permissions (AFAICT).

Find a way to add support for setting file attributes. Alternatively, look into the default_permissions mount options.