Home
last modified time | relevance | path

Searched hist:"7 c204e96" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-mtp.c7c204e96 Sat Jan 22 08:06:19 CST 2022 Volker Rümelin <vr_qemu@t-online.de> hw/usb/dev-mtp: create directories with a+x mode mask

Current code creates directories with mode 0644. Even the creator
can't create files in the new directory. Set all x mode flags in
variable mask and clear all x mode flags in function open() to
preserve the current open mode.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20220122140619.7514-1-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>