apple / apple/container

[Request]: Make FUSE accessible to regular users

Open
#446 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.