[libvirt] [PATCH 1/2] conf: Fix parsing of seclabels without model

2012-08-31 Thread Jiri Denemark
From: Marcelo Cerri mhce...@linux.vnet.ibm.com With this patch libvirt tries to assign a model to a single seclabel when model is missing. Libvirt will look up at host's capabilities and assign the first model to seclabel. This patch fixes: 1. The problem with existing guests that have a

Re: [libvirt] [PATCH 1/2] conf: Fix parsing of seclabels without model

2012-08-31 Thread Daniel Veillard
On Fri, Aug 31, 2012 at 01:40:40PM +0200, Jiri Denemark wrote: From: Marcelo Cerri mhce...@linux.vnet.ibm.com With this patch libvirt tries to assign a model to a single seclabel when model is missing. Libvirt will look up at host's capabilities and assign the first model to seclabel.