• P
    qemu: domain: Simplify using DAC permissions of top of backing chain · 2b757b96
    Peter Krempa 提交于
    qemuDomainGetImageIds and qemuDomainStorageFileInit are helpful when
    trying to access a virStorageSource from the qemu driver since they
    figure out the correct uid and gid for the image.
    
    When accessing members of a backing chain the permissions for the top
    level would be used. To allow using specific permissions per backing
    chain level but still allow inheritance from the parent of the chain we
    need to add a new parameter to the image ID APIs.
    2b757b96
qemu_domain.h 37.8 KB