On Mon, Jun 17, 2024, at 08:45, Xi Ruoyao wrote: > On Mon, 2024-06-17 at 08:35 +0200, Arnd Bergmann wrote: >> On Sat, Jun 15, 2024, at 15:12, Xi Ruoyao wrote: >> > On Sat, 2024-06-15 at 20:12 +0800, Xi Ruoyao wrote: >> > > >> > > [Firefox]: >> > > https://searchfox.org/mozilla-central/source/security/sandbox/linu >> > > x/SandboxFilter.cpp#364 >> > >> > Just spent some brain cycles to make a quick hack adding a new statx >> > flag. Patch attached. >> > >> >> Thanks for the prototype. I agree that this is not a good API > > What is particular bad with it? Maybe we can improve before annoying > VFS guys :). I can't come up with anything better either, the problem I see is mainly that the man page has to explain both AT_EMPTY_PATH and AT_FORCE_EMPTY_PATH, which are very similar for compatibility reasons only. We would clearly not design a new interface to have both, but we can't change existing behavior either. Arnd