libgocryptfs/internal/nametransform
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
..
diriv.go nametransform: move permission constants to perms.go 2021-01-10 07:27:04 +01:00
longnames.go nametransform: move permission constants to perms.go 2021-01-10 07:27:04 +01:00
longnames_test.go reverse mode: support wildcard exclude (--exclude-wildcard) 2019-03-26 20:56:37 +01:00
names.go v2api/reverse: implement Lookup for longname 2020-08-02 19:33:12 +02:00
names_test.go nametransform: update comment & simplify tests 2020-04-18 16:14:48 +02:00
pad16.go nametransform: harden name decryption against invalid input 2017-05-23 21:26:38 +02:00
perms.go nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable 2021-01-10 08:07:10 +01:00