• J
    qemu: Make sure qemu can access its directory in hugetlbfs · 9d2ac545
    Jiri Denemark 提交于
    When libvirtd is started, we create "libvirt/qemu" directories under
    hugetlbfs mount point. Only the "qemu" subdirectory is chowned to qemu
    user and "libvirt" remains owned by root. If umask was too restrictive
    when libvirtd started, qemu user may lose access to "qemu"
    subdirectory. Let's explicitly grant search permissions to "libvirt"
    directory for all users.
    9d2ac545
virfile.h 3.0 KB