On Fri, Aug 31, 2012 at 09:49:40 +0200, Jiri Denemark wrote:
Hi,
these patches are a work in progress and apply on top of the two recent patches
from Marcelo.
Jiri Denemark (2):
Fix seclabels parsing
Format seclabels in a compatible way
src/conf/domain_conf.c | 41 +++++++++++++++++++++++++----------------
1 file changed, 25 insertions(+), 16 deletions(-)
Looks like testing confirms that basic functionality works, libvirtd can be
restarted without losing domains and domain can be migrated to older libvirtd.
There are still some issues with the new security driver, e.g., adding
<seclabel type='none'/> does not really disable selinux labeling if selinux
driver is enabled, but these additional issues can be fixed for the next
release after additional testing. I'll repost the Marcelo's patches with these
additional fixes squashed in.
Jirka