I made it return EPERM if they are different. christos
> On Feb 3, 2024, at 3:58 PM, J. Hannken-Illjes <[email protected]> wrote: > >> On 3. Feb 2024, at 19:45, Christos Zoulas <[email protected]> wrote: >> >> Oh, I fixed GETARGS, but not UPDATE... How about now? > > What is the expected result if we update a cd9660 mount with different > uid/gid or masks? > > If it is forbidden the "mp->mnt_flag & MNT_UPDATE" case, lines 306 .. 312 > of cd9660_vfsops.c should test them and fail on different values. > > If it is allowed to change them it has to be done here. > >>> On Feb 3, 2024, at 12:48 PM, J. Hannken-Illjes <[email protected]> wrote: >>> >>>> On 3. Feb 2024, at 18:38, Christos Zoulas <[email protected]> wrote: >>>> >>>> Fixed, thanks. >>> >>> Not really, with "struct iso_args *args = data" you cannot set fields >>> beyond "datalen" here and the MNT_UPDATE case is still missing. > > -- > J. Hannken-Illjes - [email protected]
