• M
    qemu_conf: Check for namespaces availability more wisely · b57bd206
    Michal Privoznik 提交于
    The bare fact that mnt namespace is available is not enough for
    us to allow/enable qemu namespaces feature. There are other
    requirements: we must copy all the ACL & SELinux labels otherwise
    we might grant access that is administratively forbidden or vice
    versa.
    At the same time, the check for namespace prerequisites is moved
    from domain startup time to qemu.conf parser as it doesn't make
    much sense to allow users to start misconfigured libvirt just to
    find out they can't start a single domain.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    b57bd206
qemu_domain.h 31.8 KB