qemu: Enable mount namespace

https://bugzilla.redhat.com/show_bug.cgi?id=1404952

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2016-12-06 17:35:12 +01:00
parent 661887f558
commit f444faa94a

View File

@ -7396,7 +7396,8 @@ qemuDomainCreateNamespace(virQEMUDriverPtr driver,
}
}
/* Enabling of the mount namespace goes here. */
if (qemuDomainEnableNamespace(vm, QEMU_DOMAIN_NS_MOUNT) < 0)
goto cleanup;
ret = 0;
cleanup: