VirtioFS Directory sharing does not honor uid/gid
Open
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
VirtioFS does not honor uid/gid. On a Linux guest, any attempt to change a file's uid/gid is ineffective. When checking file permissions, it always displays the current user's uid/gid. Checking for the gid/uid of the same file from different Linux users, as well as from the macOS host, can yield multiple different results.
```
macOS 15.4 (24E248)
Darwin 24.4.0
UTM 4.6.4 (107)
```
Contributor guide
Assessment
This issue has not been assessed yet.