libgocryptfs/internal
Jakob Unterwurzacher bed60101f4 nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable
Make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable to make encrypted backups easier
when mounting via fstab.

Having the files follow chmod/chown of their parent does not seem
to be worth the hassle. The content of the diriv files is not
secret, and both diriv and name files are protected by the
perms of the parent dir.

Fixes https://github.com/rfjakob/gocryptfs/issues/539
2021-01-10 08:07:10 +01:00
..
configfile Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
contentenc Update go-fuse import path to github.com/hanwen/go-fuse/v2 2020-05-17 14:23:47 +02:00
cryptocore tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
ctlsocksrv ctlsock: create exported ctlsock client library 2020-05-09 17:36:41 +02:00
ensurefds012 main: Run 'ensure fds' code early during the program startup. 2019-01-05 16:12:16 +01:00
exitcodes Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fido2 Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fusefrontend nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable 2021-01-10 08:07:10 +01:00
fusefrontend_reverse fusefrontend_reverse: fix GETATTR panic 2020-11-10 19:37:49 +01:00
inomap inomap: clarify TranslateStat function comment 2020-06-21 12:01:34 +02:00
nametransform nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable 2021-01-10 08:07:10 +01:00
openfiletable inomap: split into separate package 2020-04-13 14:54:04 +02:00
pathiv pathiv: fix test failure on Go 1.6 2017-05-31 08:21:36 +02:00
readpassword main: accept multiple -passfile options 2020-05-17 19:31:04 +02:00
serialize_reads serialize_reads: drop superflous "continue" 2019-09-08 21:19:44 +02:00
siv_aead siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00
speed speed: add XChaCha20-Poly1305-Go 2020-04-13 14:54:04 +02:00
stupidgcm Prefer Go stdlib aes-gcm on arm64 with aes instructions 2020-04-13 22:34:07 +02:00
syscallcompat Drop two more generated files 2020-10-19 19:27:47 +02:00
tlog tlog: disable color codes when switching to syslog 2018-10-17 22:34:30 +02:00