You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that if I remove the CAP_RENAME_SWAP / use the value of 0x00000002, when rename is called by higher-order apps, it is no longer using the SWAP flag, however the parameters passed to the Rename functions are wrong:
Hello,
Is there a way to disable the kernel init RENAME_SWAP ?
I think the last flag here:
go-fuse/fuse/opcode.go
Line 105 in fc0fdbf
Simply removing the flag from the bit and operation didn't help, there were still requests to rename with the swap flag.
I got the following reply when I was trying to figure out if I can disable it from macFUSE: macfuse/macfuse#1027 (comment)
The text was updated successfully, but these errors were encountered: