From ec17445b996e7a2dc3b753963ea329881430e27b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 30 Mar 2019 20:06:40 +0100 Subject: forward mode: create gocryptfs.diriv files with 0440 permissions Makes it easier to share an encrypted folder via a network drive. https://github.com/rfjakob/gocryptfs/issues/387 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0f757eb..7614496 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,11 @@ Changelog vNEXT, in progress * Support wild cards in reverse mode via `--exclude-wildcard` ([#367](https://github.com/rfjakob/gocryptfs/pull/367)). Thanks @ekalin! +* Create `gocryptfs.diriv` files with 0440 permissions to make it easier to + share an encrypted folder via a network drive + ([#387](https://github.com/rfjakob/gocryptfs/issues/387)). + Note: as a security precaution, the owner must still manually + `chmod gocryptfs.conf 0440` to allow mounting. v1.7, 2019-03-17 * **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames -- cgit v1.2.3