Bug #1034
remove dangerous chmod's in tm_mad
Status: | Closed | Start date: | 12/14/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 3.4 - Beta | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.2 |
Description
As reported by Richard Weinberger [1] the "chmod a+w" commands in the TM drivers should be removed since they aren't safe.
This can be substituted with a correct configuration of libvirt:
/etc/libvirt/qemu.conf: user = "oneadmin" group = "oneadmin" dynamic_ownership = 0
[1] http://www.mail-archive.com/users@lists.opennebula.org/msg04901.html
History
#1 Updated by Ruben S. Montero over 9 years ago
- Target version set to Release 3.4 - Beta
#2 Updated by Ruben S. Montero over 9 years ago
- Status changed from New to Closed
- Resolution set to fixed
TM drivers has been rewritten and chmod's with permissions for other removed.