netheril96 / securefs

Filesystem in userspace (FUSE) with transparent authenticated encryption
Other
734 stars 62 forks source link

Fixed error occurs when copying files or directories #153

Closed rongliangtang closed 1 year ago

rongliangtang commented 1 year ago
example
netheril96 commented 1 year ago

This breaks the semantics of the syscall. Some applications may depend on the error code.

What we should do is to not to log the ALREADY_EXISTS error.

netheril96 commented 1 year ago

Obsoleted by c73d6aa