Re: [libvirt] [PATCH] qemu: pass the information when disks are read-only

2010-03-15 Thread Daniel Veillard
On Mon, Mar 15, 2010 at 03:41:34PM +, Daniel P. Berrange wrote: > On Thu, Mar 11, 2010 at 06:14:01PM +0100, Daniel Veillard wrote: > > The problem is that even when the user indicates that a drive has to be > > opened as read-only (for example a cd-rom) qemu didn't get the > > information and t

Re: [libvirt] [PATCH] qemu: pass the information when disks are read-only

2010-03-15 Thread Daniel P. Berrange
On Thu, Mar 11, 2010 at 06:14:01PM +0100, Daniel Veillard wrote: > The problem is that even when the user indicates that a drive has to be > opened as read-only (for example a cd-rom) qemu didn't get the > information and tried to open read-write. This could get really nasty > in case SELinux is mo

[libvirt] [PATCH] qemu: pass the information when disks are read-only

2010-03-11 Thread Daniel Veillard
The problem is that even when the user indicates that a drive has to be opened as read-only (for example a cd-rom) qemu didn't get the information and tried to open read-write. This could get really nasty in case SELinux is monitoring that no read-write access is attempted: https://bugzilla.redh