libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher bd1ecf5379 darwin: use O_NOFOLLOW for xattr opens
Running the tests we have lots of these:

Openat: O_NOFOLLOW missing: flags = 0x4
-wpanic turns this warning into a panic: Openat: O_NOFOLLOW missing: flags = 0x4
panic: -wpanic turns this warning into a panic: Openat: O_NOFOLLOW missing: flags = 0x4

goroutine 114 [running]:
log.(*Logger).Panic(0x14000118280, {0x14000313ca8, 0x1, 0x1})
	log/log.go:224 +0x90
github.com/rfjakob/gocryptfs/v2/internal/tlog.(*toggledLogger).Printf(0x14000076780, {0x1009dc2e8, 0x27}, {0x14000313d18, 0x1, 0x1})
	github.com/rfjakob/gocryptfs/v2/internal/tlog/log.go:78 +0x168
github.com/rfjakob/gocryptfs/v2/internal/syscallcompat.Openat(0x9, {0x1009d0747, 0x1}, 0x4, 0x0)
	github.com/rfjakob/gocryptfs/v2/internal/syscallcompat/sys_common.go:59 +0xf0
github.com/rfjakob/gocryptfs/v2/internal/fusefrontend.(*Node).getXAttr(0x14000142000, {0x1400001c140, 0x3a})
	github.com/rfjakob/gocryptfs/v2/internal/fusefrontend/node_xattr_darwin.go:30 +0x8c
github.com/rfjakob/gocryptfs/v2/internal/fusefrontend.(*Node).Getxattr(0x14000142000, {0x100a7eba0, 0x1400000c2e8}, {0x14000016348, 0x14}, {0x14000326000, 0x20, 0x4000})
	github.com/rfjakob/gocryptfs/v2/internal/fusefrontend/node_xattr.go:65 +0x1ac
github.com/hanwen/go-fuse/v2/fs.(*rawBridge).GetXAttr(0x1400008e140, 0x140001901e0, 0x140001133c0, {0x14000016348, 0x14}, {0x14000326000, 0x20, 0x4000})
	github.com/hanwen/go-fuse/v2@v2.1.1-0.20210825171523-3ab5d95a30ae/fs/bridge.go:685 +0x114
github.com/hanwen/go-fuse/v2/fuse.doGetXAttr(0x14000144000, 0x14000113200)
	github.com/hanwen/go-fuse/v2@v2.1.1-0.20210825171523-3ab5d95a30ae/fuse/opcode.go:270 +0x224
github.com/hanwen/go-fuse/v2/fuse.(*Server).handleRequest(0x14000144000, 0x14000113200)
	github.com/hanwen/go-fuse/v2@v2.1.1-0.20210825171523-3ab5d95a30ae/fuse/server.go:499 +0x214
created by github.com/hanwen/go-fuse/v2/fuse.(*Server).loop
	github.com/hanwen/go-fuse/v2@v2.1.1-0.20210825171523-3ab5d95a30ae/fuse/server.go:470 +0xac

https://github.com/rfjakob/gocryptfs/issues/625
2021-12-09 17:55:05 +01:00
..
args.go cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
ctlsock_interface.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
dircache.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file.go cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
file_allocate_truncate.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file_api_check.go v2api: clean up api TODOs 2020-08-16 13:52:27 +02:00
file_holes.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file_setattr.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node.go fusefrontend: honor ForceOwner for LOOKUP and CREATE operations 2021-10-15 17:35:12 +02:00
node_api_check.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
node_dir_ops.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_helpers.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_open_create.go fusefrontend: honor ForceOwner for LOOKUP and CREATE operations 2021-10-15 17:35:12 +02:00
node_prepare_syscall.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
node_xattr.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
node_xattr_darwin.go darwin: use O_NOFOLLOW for xattr opens 2021-12-09 17:55:05 +01:00
node_xattr_linux.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
prepare_syscall_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
root_node.go inomap: deterministically set root device 2021-09-10 17:17:16 +02:00
xattr_unit_test.go nametransform: add longNameMax parameter 2021-10-21 14:55:30 +02:00