Re: [PATCH 06/15] fuse: Fix mount options

2025-03-27 Thread Stefan Hajnoczi
On Tue, Mar 25, 2025 at 05:06:46PM +0100, Hanna Czenczek wrote: > Since I actually took a look into how mounting with libfuse works[1], I > now know that the FUSE mount options are not exactly standard mount > system call options. Specifically: > - We should add "nosuid,nodev,noatime" because that

[PATCH 06/15] fuse: Fix mount options

2025-03-25 Thread Hanna Czenczek
Since I actually took a look into how mounting with libfuse works[1], I now know that the FUSE mount options are not exactly standard mount system call options. Specifically: - We should add "nosuid,nodev,noatime" because that is going to be translated into the respective MS_ mount flags; and th