Currently, all files of an encrypted directory will be opened with READ and WRITE permission by cryptofs.
This can cause problems when files are marked as read-only, since every attempt opening the file by cryptofs will fail. (for an example, see issue #725 in the cryptomator project).
It would desireable, to handle such read-only files.
CryptoFS version: commit 179d9b848ebc2ac342c1663ee9c6d57d9ba46a9d
Currently, all files of an encrypted directory will be opened with READ and WRITE permission by cryptofs.
This can cause problems when files are marked as read-only, since every attempt opening the file by cryptofs will fail. (for an example, see issue #725 in the cryptomator project).
It would desireable, to handle such read-only files.