Hello All,
I recently ran into problems with the default very restrictive permissions for files that are created via 9pfs host/guest shares (600 for files, 700 for directories). QEMU added two new-ish flags, fmode and dmode, to its
9pfs implementation so that users are able to control these exact permissions.
Thank you