From f1ea4f8b63fe943e48717c075403a4f504389257 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 30 Nov 2025 22:25:01 -0600 Subject: [PATCH] technical_behavior_and_limitations.md --- mkdocs/docs/faq/technical_behavior_and_limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/faq/technical_behavior_and_limitations.md b/mkdocs/docs/faq/technical_behavior_and_limitations.md index 3d74df46..49df8fba 100644 --- a/mkdocs/docs/faq/technical_behavior_and_limitations.md +++ b/mkdocs/docs/faq/technical_behavior_and_limitations.md @@ -252,7 +252,7 @@ decided that the credential handling would change. As of v2.42.0 mergerfs now runs effectively as root when performing more filesystem calls. On Linux it uses `capabilities` which allow any -user it changes to to act as if it were root. This minimizes the +uid:gid it changes to to act as if it were root. This minimizes the amount of credential changing. When creating new files, directories, symlinks, etc. it will change the thread's creds to the requester uid:gid to ensure the file is created as the user atomically.