You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is already done in regular mode, but was missing when PlaintextNames mode
is enabled. As a result, symlinks created by non-root users were still owned
by root afterwards.
Fixesrfjakob#176
See the corresponding
Symlink()
implementation ininternal/fusefrontend/fs.go
. In all other code paths the owner is set, only here it is missing.The text was updated successfully, but these errors were encountered: