Possibility to set group ID for virtiofs mounts
Open
component/vz
kind/external
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
It's currently not possible to override the file group on virtiofs mounts.
This makes it difficult to set up permissions in some cases. Imagine an Nginx container which needs to write to certain directories but not others – changing the group of files to something like www-data and assigning group write permissions would solve this problem but currently the user has to resort to chmod 777.
Contributor guide
Assessment
This issue has not been assessed yet.