diff options
Diffstat (limited to 'mount.go')
-rw-r--r-- | mount.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -265,6 +265,9 @@ func initFuseFrontend(args *argContainer) (rootNode fs.InodeEmbedder, wipeKeys f } IVBits = chacha20poly1305.NonceSizeX * 8 } + if args.aegis { + cryptoBackend = cryptocore.BackendAegis + } // forceOwner implies allow_other, as documented. // Set this early, so args.allow_other can be relied on below this point. if args._forceOwner != nil { |