• J
    selinux: Resolve resource leak using the default disk label · 05cc0351
    John Ferlan 提交于
    Commit id a994ef2d changed the mechanism to store/update the default
    security label from using disk->seclabels[0] to allocating one on the
    fly. That change allocated the label, but never saved it.  This patch
    will save the label. The new virDomainDiskDefAddSecurityLabelDef() is
    a copy of the virDomainDefAddSecurityLabelDef().
    05cc0351
security_selinux.c 66.8 KB