cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Feature: Support for file attribute "read-only" #41

Closed infeo closed 5 years ago

infeo commented 5 years ago

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.

overheadhunter commented 5 years ago

Depends on #43.