VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/MacOSX/postinstall_fuse-t.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setup/MacOSX/postinstall_fuse-t.sh')
-rwxr-xr-xsrc/Setup/MacOSX/postinstall_fuse-t.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Setup/MacOSX/postinstall_fuse-t.sh b/src/Setup/MacOSX/postinstall_fuse-t.sh
new file mode 100755
index 00000000..fb799b91
--- /dev/null
+++ b/src/Setup/MacOSX/postinstall_fuse-t.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+chmod -R go-w /Applications/VeraCrypt.app
+
+exit 0