• J
    security: Driver 'none' cannot create confined guests · afb96301
    Jiri Denemark 提交于
    In case the caller specifies that confined guests are required but the
    security driver turns out to be 'none', we should return an error since
    this driver clearly cannot meet that requirement.  As a result of this
    error, libvirtd fails to start when the host admin explicitly sets
    confined guests are required but there is no security driver available.
    
    Since security driver 'none' cannot create confined guests, we override
    default confined setting so that hypervisor drivers do not thing they
    should create confined guests.
    afb96301
security_manager.c 13.0 KB