mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Reject any 9p synced folders that the user does not have read access to the host path where using qemu sessions. This is because the VM will launched with the user permissions instead of system permissions and will fail to come up if trying to add a path that is not readable to be mounted into the guest. Additionally flag that virtiofs may not be supported with qemu sessions, but do not reject in case support is added in the future. Fixes: #1430