]> xenbits.xensource.com Git - libvirt.git/commit
conf: forbid seclabel duplicates for domain devices
authorErik Skultety <eskultet@redhat.com>
Tue, 10 Feb 2015 16:17:35 +0000 (17:17 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 11 Feb 2015 08:45:22 +0000 (09:45 +0100)
commit357f0072caac4d9a0bf887393e01007ffd8297f1
tree117c7edaf2752a133e779e11a92eb6cacedd6370
parent862bbf8a5a5996523d1881d5c6e30b47cd65808f
conf: forbid seclabel duplicates for domain devices

Parser checks for per-domain seclabel duplicates, so it would be nice if
it checked for per-device seclabel duplicates the same way

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1165485
src/conf/domain_conf.c
tests/qemuxml2argvdata/qemuxml2argv-seclabel-device-duplicates.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c