|
|
@ -252,7 +252,7 @@ decided that the credential handling would change. |
|
|
|
|
|
|
|
|
As of v2.42.0 mergerfs now runs effectively as root when performing |
|
|
As of v2.42.0 mergerfs now runs effectively as root when performing |
|
|
more filesystem calls. On Linux it uses `capabilities` which allow any |
|
|
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, |
|
|
amount of credential changing. When creating new files, directories, |
|
|
symlinks, etc. it will change the thread's creds to the requester |
|
|
symlinks, etc. it will change the thread's creds to the requester |
|
|
uid:gid to ensure the file is created as the user atomically. |
|
|
uid:gid to ensure the file is created as the user atomically. |
|
|
|