Re: [libvirt] [PATCH] Fix sec label setup when attaching to QEMU processes

2014-03-11 Thread Daniel P. Berrange
On Tue, Mar 11, 2014 at 10:06:37AM -0600, Eric Blake wrote: > On 03/11/2014 09:17 AM, Daniel P. Berrange wrote: > > When attaching to a QEMU process, the def->seclabels array is > > going to be empty. The qemuProcessAttach method must thus > > populate it with data for the security drivers. > > >

Re: [libvirt] [PATCH] Fix sec label setup when attaching to QEMU processes

2014-03-11 Thread Eric Blake
On 03/11/2014 09:17 AM, Daniel P. Berrange wrote: > When attaching to a QEMU process, the def->seclabels array is > going to be empty. The qemuProcessAttach method must thus > populate it with data for the security drivers. > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_process.c |

[libvirt] [PATCH] Fix sec label setup when attaching to QEMU processes

2014-03-11 Thread Daniel P. Berrange
When attaching to a QEMU process, the def->seclabels array is going to be empty. The qemuProcessAttach method must thus populate it with data for the security drivers. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_process.c | 19 +-- 1 file changed, 17 insertions(+), 2 dele