adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

Only allow qemu group access to home directory #260

Closed tomas-edwardsson closed 9 years ago

tomas-edwardsson commented 9 years ago

There is no need to open up permission for all users into the home directory, you can go with using ACL for only allowing the qemu group execute permissions.

adrahon commented 9 years ago

Thank you for that, it's a lot better.