• M
    qemu: Label master key file · 744d74fa
    Martin Kletzander 提交于
    When creating the master key, we used mode 0600 (which we should) but
    because we were creating it as root, the file is not readable by any
    qemu running as non-root.  Fortunately, it's just a matter of labelling
    the file.  We are generating the file path few times already, so let's
    label it in the same function that has access to the path already.
    Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
    744d74fa
qemu_domain.h 22.9 KB