harababurel / harababurel/gcsf
Folder/File Permissions hardcoded
Open
- Dominant language
- Rust
- Stars
- 2.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading src/gcsf/file_manager.rs and src/gcsf/file.rs, then trace how default_permissions is loaded and used. Check every hardcoded chmod 755 reference and verify that configured permissions control both files and folders without being overridden.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100