[Request]: Make FUSE accessible to regular users
Open
- Dominant language
- Swift
- Stars
- 49.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 22
Description
### Feature or enhancement request details
Currently `/dev/fuse` is owned by root (600).
It would be nice if this was accessible (666).
```
crw------- 1 root root 10, 229 Jan 1 1970 /dev/fuse
```
Workaround: `chmod`
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Research direction
The issue names no source file, entry point, or test. Start by locating how /dev/fuse is provisioned and verify its permissions for a regular user; done means the device is accessible without the chmod workaround while preserving appropriate behavior for the container environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100