Ability to set umask for 9pfs
Bug #1653577 reported by
Nathan Rennie-Waldock
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QEMU |
Expired
|
Wishlist
|
Unassigned |
Bug Description
We should be able to specify the umask for 9pfs so that files created by the guest can be accessed by other users on the host. Currently they're only accessible by the user running qemu (and of course, root).
Changed in qemu: | |
importance: | Undecided → Wishlist |
Changed in qemu: | |
status: | New → Incomplete |
To post a comment you must log in.
Cannot this be addressed by adjusting the umask in the host before starting QEMU ? And maybe also by adjusting the umask inside the guest if using the "passthrough" or "none" security model of the "local" fsdev backend ?