On 8/29/24 11:38, Miklos Szeredi wrote: > On Wed, 10 Jul 2024 at 21:55, stsp <stsp2@xxxxxxxxx> wrote: >> >> Hi guys! >> >> I started to try my app with fuse, and >> faced 2 problems that are not present >> with other FSes. >> >> 1. fuse insists on saved-UID to match owner UID. >> In fact, fuse_permissible_uidgid() in fs/fuse/dir.c >> checks everything but fsuid, whereas other >> FSes seem to check fsuid. >> Can fuse change that and allow saved-UID >> to mismatch? Perhaps by just checking fsuid >> instead? > > Use the "allow_other" mount option. > Yeah, we had a long discussion here https://github.com/libfuse/libfuse/discussions/991