diff options
author | Jakob Unterwurzacher | 2021-08-16 18:40:48 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-16 19:23:58 +0200 |
commit | b2724070d95234a8cd281f275211e0f827a8bbe1 (patch) | |
tree | 0c4efc4714d0826ac99ec40c905a111c9f9c7015 /mount.go | |
parent | ad4b99170b9ad438909f5cba8c32109a18697a7a (diff) |
reverse mode: implement -one-file-system
Fixes https://github.com/rfjakob/gocryptfs/issues/475
Diffstat (limited to 'mount.go')
-rw-r--r-- | mount.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -275,6 +275,7 @@ func initFuseFrontend(args *argContainer) (rootNode fs.InodeEmbedder, wipeKeys f Suid: args.suid, KernelCache: args.kernel_cache, SharedStorage: args.sharedstorage, + OneFileSystem: args.one_file_system, } // confFile is nil when "-zerokey" or "-masterkey" was used if confFile != nil { |