• D
    Fix query of LXC security label · a0881019
    Daniel P. Berrange 提交于
    The virDomainGetSecurityLabel method is currently (mistakenly)
    showing the label of the libvirt_lxc process:
    
    ...snip...
    Security model: selinux
    Security DOI:   0
    Security label: system_u:system_r:virtd_t:s0-s0:c0.c1023 (permissive)
    
    when it should be showing the init process label
    
    ...snip...
    Security model: selinux
    Security DOI:   0
    Security label: system_u:system_r:svirt_t:s0:c724,c995 (permissive)
    a0881019
lxc_driver.c 136.0 KB