mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
MacOSX: Add for using FUSE-T instead of MacFUSE
The build script build_veracrypt_macosx.h now accepts the argument -f to enable fuse-t support. It is also possible to set the environment variable VC_OSX_FUSET to 1 for FUSE-T support. A change was done in CoreUnix::GetMountedVolumes to add a waiting loop for control file to be accessible because when using FUSE-T there always a delay before control file can be serialized.
This commit is contained in:
5
src/Setup/MacOSX/postinstall_fuse-t.sh
Executable file
5
src/Setup/MacOSX/postinstall_fuse-t.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
chmod -R go-w /Applications/VeraCrypt.app
|
||||
|
||||
exit 0
|
||||
1044
src/Setup/MacOSX/veracrypt_fuse-t.pkgproj
Executable file
1044
src/Setup/MacOSX/veracrypt_fuse-t.pkgproj
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user