All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fuse: fix up uid/gid mount option handling
@ 2024-07-02 22:12 Eric Sandeen
  2024-07-02 22:22 ` [PATCH 1/2] fuse: verify {g,u}id mount options correctly Eric Sandeen
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Eric Sandeen @ 2024-07-02 22:12 UTC (permalink / raw)
  To: linux-fsdevel, Christian Brauner; +Cc: Miklos Szeredi

This short series fixes up fuse uid/gid mount option handling.

First, as was done for tmpfs in 
0200679fc795 ("tmpfs: verify {g,u}id mount options correctly")
it validates that the requested uid and/or gid is representable in
the filesystem's idmapping. I've shamelessly copied commit description
and code from that commit.

Second, it is switched to use the uid/gid mount helpers proposed at
https://lore.kernel.org/linux-fsdevel/8dca3c11-99f4-446d-a291-35c50ed2dc14@redhat.com/T/#t

Both of these are compile-tested only.

Thanks,
-Eric


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-04  4:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 22:12 [PATCH 0/2] fuse: fix up uid/gid mount option handling Eric Sandeen
2024-07-02 22:22 ` [PATCH 1/2] fuse: verify {g,u}id mount options correctly Eric Sandeen
2024-07-02 22:23 ` [PATCH 2/2] fuse: Convert to new uid/gid option parsing helpers Eric Sandeen
2024-07-03 21:26   ` kernel test robot
2024-07-03 21:26   ` kernel test robot
2024-07-04  4:05   ` kernel test robot
2024-07-03  8:38 ` [PATCH 0/2] fuse: fix up uid/gid mount option handling Christian Brauner
2024-07-03 14:46 ` Josef Bacik
2024-07-03 14:58 ` Christian Brauner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.