harababurel / gcsf

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

Folder/File Permissions hardcoded #60

Open platinum55 opened 5 years ago

platinum55 commented 5 years ago

hello friend,

the config option for default_permissions seems to have no effect because chmod 755 is hardcoded in at least two files:

src/gcsf/file_manager.rs src/gcsf/file.rs

Would be nice if we can handle this only via the config file :)

thanks

platinum55 commented 5 years ago

same for the uid - its actually 0 (root) in three files