[libvirt] [PATCH 4/4] qemu: Call chmod() after mknod()

Michal Privoznik mprivozn at redhat.com
Tue Feb 14 16:39:31 UTC 2017


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




More information about the libvir-list mailing list