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
Create a dir called long inside it (for exclude-wildcard later)
Create a file with long name in long dir
Mount the directory in reverse mode with gocryptfs -reverse -ew '*' -ew '!long' reverse mnt" reverse mnt
After the above steps, the owner of file gocryptfs.longname.*.name in the mounted directory is root instead of the file's original user and is not readable by the other users.
If I remove the -ew flags, that file will have the correct user instead of root.
Steps to reproduce:
reverse
in reverse modelong
inside it (for exclude-wildcard later)long
dirgocryptfs -reverse -ew '*' -ew '!long' reverse mnt" reverse mnt
After the above steps, the owner of file
gocryptfs.longname.*.name
in the mounted directory isroot
instead of the file's original user and is not readable by the other users.If I remove the
-ew
flags, that file will have the correct user instead of root.Might be related to #95.
The text was updated successfully, but these errors were encountered: