Browse Source
Update document on allow_other to reflect latest changes
pull/1289/head
澪
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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_read**: deprecated - Does nothing. |
|
|
* **splice_write**: deprecated - Does nothing. |
|
|
* **splice_write**: deprecated - Does nothing. |
|
|
* **splice_move**: 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 |
|
|
* **use_ino**: deprecated - mergerfs should always control inode |
|
|
calculation so this is enabled all the time. |
|
|
calculation so this is enabled all the time. |
|
|
|
|
|
|
|
|
|