From 8f94083a2114c3aef4bc0320065e0374c420ea4a Mon Sep 17 00:00:00 2001 From: Jose M Perez Date: Thu, 12 Aug 2021 22:48:34 +0200 Subject: Flag -zerodiriv to create all diriv as all zero byte files --- mount.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mount.go') diff --git a/mount.go b/mount.go index 8cc038e..64b151b 100644 --- a/mount.go +++ b/mount.go @@ -276,6 +276,7 @@ func initFuseFrontend(args *argContainer) (rootNode fs.InodeEmbedder, wipeKeys f KernelCache: args.kernel_cache, SharedStorage: args.sharedstorage, OneFileSystem: args.one_file_system, + ZeroDirIV: args.zerodiriv, } // confFile is nil when "-zerokey" or "-masterkey" was used if confFile != nil { -- cgit v1.2.3