From 6013d56f0c09100190107613ce8c5c4c929216dd Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Sun, 18 Jan 2026 10:48:51 -0800 Subject: added -noxattr flag which ignores all xattr operations (#987) * added -noxattr flag which ignores all xattr operations--- mount.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mount.go') diff --git a/mount.go b/mount.go index 7f72773..f7378aa 100644 --- a/mount.go +++ b/mount.go @@ -284,6 +284,7 @@ func initFuseFrontend(args *argContainer) (rootNode fs.InodeEmbedder, wipeKeys f SharedStorage: args.sharedstorage, OneFileSystem: args.one_file_system, DeterministicNames: args.deterministic_names, + NoXattr: args.noxattr, } // confFile is nil when "-zerokey" or "-masterkey" was used if confFile != nil { -- cgit v1.2.3