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--- internal/fusefrontend/args.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/fusefrontend/args.go') diff --git a/internal/fusefrontend/args.go b/internal/fusefrontend/args.go index 64a5923..ec3d1c2 100644 --- a/internal/fusefrontend/args.go +++ b/internal/fusefrontend/args.go @@ -51,4 +51,6 @@ type Args struct { OneFileSystem bool // DeterministicNames disables gocryptfs.diriv files DeterministicNames bool + // NoXattr disables extended attribute operations + NoXattr bool } -- cgit v1.2.3