linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/2] ovl: add override_creds mount option
@ 2025-02-17 10:20 Christian Brauner
  2025-02-17 10:20 ` [PATCH RFC v2 1/2] ovl: allow to specify override credentials Christian Brauner
  2025-02-17 10:20 ` [PATCH RFC v2 2/2] selftests/ovl: add selftests for "override_creds" Christian Brauner
  0 siblings, 2 replies; 5+ messages in thread
From: Christian Brauner @ 2025-02-17 10:20 UTC (permalink / raw)
  To: Miklos Szeredi, Amir Goldstein, Seth Forshee
  Cc: Gopal Kakivaya, linux-unionfs, linux-fsdevel, Christian Brauner

Hey,

Currently overlayfs uses the mounter's credentials for it's
override_creds() calls. That provides a consistent permission model.

This patches allows a caller to instruct overlayfs to use its
credentials instead. The caller must be located in the same user
namespace as the user namespace the overlayfs instance will be mounted
in. This provides a consistent and simple security model.

With this it is possible to e.g., mount an overlayfs instance where the
mounter must have CAP_SYS_ADMIN but the credentials used for
override_creds() have dropped CAP_SYS_ADMIN. It also allows the usage of
custom fs{g,u}id different from the callers and other tweaks.

I'm marking this as RFC since I've written this down pretty quickly and
I'm not sure I've thought enough about all the possible pitfalls. I
think overall the concept is sound but there might be additional changes
needed in ovl_fill_super(). Right now I'm just calling override_creds()
when creating the index and work directories.

Thanks!
Christian

Signed-off-by: Christian Brauner <brauner@kernel.org>
---
Changes in v2:
- EDITME: describe what is new in this series revision.
- EDITME: use bulletpoints and terse descriptions.
- Link to v1: https://lore.kernel.org/r/20250214-work-overlayfs-v1-0-465d1867d3d4@kernel.org

---
Christian Brauner (2):
      ovl: allow to specify override credentials
      selftests/ovl: add selftests for "override_creds"

 fs/overlayfs/params.c                              | 22 ++++++
 fs/overlayfs/super.c                               | 11 ++-
 .../filesystems/overlayfs/set_layers_via_fds.c     | 89 ++++++++++++++++++++++
 3 files changed, 121 insertions(+), 1 deletion(-)
---
base-commit: 7a54947e727b6df840780a66c970395ed9734ebe
change-id: 20250214-work-overlayfs-dfcfc4cd7ebd


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

end of thread, other threads:[~2025-02-17 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 10:20 [PATCH RFC v2 0/2] ovl: add override_creds mount option Christian Brauner
2025-02-17 10:20 ` [PATCH RFC v2 1/2] ovl: allow to specify override credentials Christian Brauner
2025-02-17 10:51   ` Amir Goldstein
2025-02-17 10:20 ` [PATCH RFC v2 2/2] selftests/ovl: add selftests for "override_creds" Christian Brauner
2025-02-17 11:00   ` Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).