qemuDomainOpenFile() only acts on the 'dac' driver, where 'label' and 'imagelabel' are always identical (see virSecurityDACGenLabel()). So there's nothing TODO here Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/qemu/qemu_domain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index c89030b60c..6695f32c01 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -10701,7 +10701,6 @@ qemuDomainOpenFile(virQEMUDriverConfig *cfg, bool dynamicOwnership = cfg->dynamicOwnership; virSecurityLabelDef *seclabel; - /* TODO: Take imagelabel into account? */ if (def && (seclabel = virDomainDefGetSecurityLabelDef(def, "dac")) != NULL && seclabel->label != NULL && -- 2.53.0