Re: [PATCH 3/4] export/fuse: Let permissions be adjustable

2021-06-22 Thread Kevin Wolf
Am 22.06.2021 um 17:22 hat Max Reitz geschrieben: > On 22.06.21 17:02, Kevin Wolf wrote: > > Am 14.06.2021 um 16:44 hat Max Reitz geschrieben: > > > Allow changing the file mode, UID, and GID through SETATTR. > > > > > > This only really makes sense with allow-other, though (because without > > >

Re: [PATCH 3/4] export/fuse: Let permissions be adjustable

2021-06-22 Thread Max Reitz
On 22.06.21 17:02, Kevin Wolf wrote: Am 14.06.2021 um 16:44 hat Max Reitz geschrieben: Allow changing the file mode, UID, and GID through SETATTR. This only really makes sense with allow-other, though (because without it, the effective access mode is fixed to be 0600 (u+rw) with qemu's user

Re: [PATCH 3/4] export/fuse: Let permissions be adjustable

2021-06-22 Thread Kevin Wolf
Am 14.06.2021 um 16:44 hat Max Reitz geschrieben: > Allow changing the file mode, UID, and GID through SETATTR. > > This only really makes sense with allow-other, though (because without > it, the effective access mode is fixed to be 0600 (u+rw) with qemu's > user being the file's owner), so