nova/nova/virt/libvirt
Xavier Queralt 8a34fc3d48 Enforce permissions in snapshots temporary dir
Live snapshots creates a temporary directory where libvirt driver
creates a new image from the instance's disk using blockRebase.
Currently this directory is created with 777 permissions making this
directory accessible by all the users in the system.

This patch changes the tempdir permissions so they have the o+x
flag set, which is what libvirt needs to be able to write in it and

Closes-Bug: #1227027
Change-Id: I767ff5247b4452821727e92b668276004fc0f84d
2013-12-06 14:19:37 +01:00
..
__init__.py Fix IBM copyright strings 2013-03-01 14:18:23 -05:00
blockinfo.py Move some libvirt specific flags into a group 2013-11-16 21:56:13 +11:00
config.py Extend LibvirtConfigGuest to parse guest cpu element info 2013-11-25 20:35:30 +08:00
designer.py Adding VIF Driver to support Mellanox Plugin 2013-08-29 09:33:32 +03:00
driver.py Enforce permissions in snapshots temporary dir 2013-12-06 14:19:37 +01:00
firewall.py Move some libvirt specific flags into a group 2013-11-16 21:56:13 +11:00
imagebackend.py Move flags in libvirt's volume to the libvirt group 2013-11-28 07:38:14 +11:00
imagecache.py Move flags in libvirt's imagecache to the libvirt group 2013-11-16 21:56:15 +11:00
utils.py Move flag in libvirt's utils to the libvirt group 2013-11-25 13:20:11 +11:00
vif.py Merge "Move flag in libvirt's vif to the libvirt group" 2013-11-26 21:52:28 +00:00
volume.py Move flags in libvirt's volume to the libvirt group 2013-11-28 07:38:14 +11:00