From 2707dd78205b00733099cae2f879f34cea0c53ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Thu, 4 Jan 2024 23:18:57 +0800 Subject: [PATCH] Update document on allow_other to reflect latest changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ac9842..1a3e980c 100644 --- a/README.md +++ b/README.md @@ -307,8 +307,7 @@ These options are the same regardless of whether you use them with the * **splice_read**: deprecated - Does nothing. * **splice_write**: deprecated - Does nothing. * **splice_move**: deprecated - Does nothing. -* **allow_other**: deprecated - mergerfs always sets this FUSE option - as normal permissions can be used to limit access. +* **allow_other**: Allow other users to access files. Set by default when running as root. * **use_ino**: deprecated - mergerfs should always control inode calculation so this is enabled all the time.