libgocryptfs/internal/fusefrontend
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
..
args.go main: add "-kernel_cache" flag 2020-12-20 09:55:04 +01:00
ctlsock_interface.go v2api: implement ctlsocksrv.Interface 2020-07-17 22:14:40 +02:00
dircache.go dircache: increase cache size & lifetime 2020-05-17 21:37:36 +02:00
file.go syscallcompat: don't retry Close() 2020-10-14 13:40:12 +02:00
file_allocate_truncate.go v2api: rename "File2" to just "File" 2020-08-16 12:50:33 +02:00
file_api_check.go v2api: clean up api TODOs 2020-08-16 13:52:27 +02:00
file_holes.go v2api/reverse: implement Lseek 2020-08-16 19:58:47 +02:00
file_setattr.go v2api: rename "File2" to just "File" 2020-08-16 12:50:33 +02:00
node.go nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable 2021-01-10 08:07:10 +01:00
node_api_check.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
node_dir_ops.go syscallcompat: retry ops on EINTR 2020-10-14 00:35:16 +02:00
node_helpers.go v2api: move helpers from node.go to node_helpers.go 2020-08-01 19:26:42 +02:00
node_xattr.go fusefronted: reject GETXATTR "security.capability" 2020-10-18 21:07:30 +02:00
node_xattr_darwin.go v2api: add Darwin xattr support 2020-09-09 11:17:19 +02:00
node_xattr_linux.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
openbackingdir_test.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
root_node.go syscallcompat: retry ops on EINTR 2020-10-14 00:35:16 +02:00
xattr_unit_test.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00