
14 Feb
2017
14 Feb
'17
11:39 a.m.
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