search for: jessie64_vagrant_box_image_0

Displaying 1 result from an estimated 1 matches for "jessie64_vagrant_box_image_0".

2017 Feb 15
1
provisioning with vagrant-libvirt leaves .img file only readable by root
...ant box (jessie64.box), the resulting file permssions let anyone in the "kvm" group read the img. But when I build upon that box, only root can read it: -rw------- 1 root root 20198785024 Sep 19 18:19 buildserver_default.img -rwxr--r-- 1 libvirt-qemu kvm 2148663296 Sep 5 22:55 jessie64_vagrant_box_image_0.img How can I control those file permissions as a regular user in the libvirtd group? I need to read that image in order to use qemu-img to rebase and create a new vagrant box. The current `vagrant package` command only works with VirtualBox VMs, but its easy to make a .box if you have read acce...