VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/CoreBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/CoreBase.cpp')
-rw-r--r--src/Core/CoreBase.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Core/CoreBase.cpp b/src/Core/CoreBase.cpp
index ed934a63..d2dbd6d7 100644
--- a/src/Core/CoreBase.cpp
+++ b/src/Core/CoreBase.cpp
@@ -23,6 +23,9 @@ namespace VeraCrypt
#if defined(TC_LINUX ) || defined (TC_FREEBSD)
, UseDummySudoPassword (false)
#endif
+#if defined(TC_UNIX)
+ ,AllowInsecureMount (false)
+#endif
{
}