On 02/14/2017 04:33 PM, Andrea Bolognani wrote:
> mknod() is affected my the current umask, so we're not
> guaranteed the newly-created device node will have the
> right permissions.
> 
> Call chmod(), which is not affected by the current umask,
> immediately afterwards to solve the issue.
> ---
>  src/qemu/qemu_domain.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)

ACK

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to