VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-08 11:07:16 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-08 11:08:47 +0100
commitabfef8821d647bee7fb63f56776a88921a2f4d07 (patch)
tree88cdd13c6304585e739930d8d739caa79c10b795 /src/Setup
parent46a32bea192676f235f5d6eadb0e8c4b5373fd02 (diff)
downloadVeraCrypt-abfef8821d647bee7fb63f56776a88921a2f4d07.tar.gz
VeraCrypt-abfef8821d647bee7fb63f56776a88921a2f4d07.zip
MacOSX: remove write permission also from group on application bundleVeraCrypt_1.25.7
Diffstat (limited to 'src/Setup')
-rwxr-xr-xsrc/Setup/MacOSX/postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/MacOSX/postinstall.sh b/src/Setup/MacOSX/postinstall.sh
index 3db36d82..661b0f5b 100755
--- a/src/Setup/MacOSX/postinstall.sh
+++ b/src/Setup/MacOSX/postinstall.sh
@@ -5,6 +5,6 @@ then
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
fi
-chmod -R o-w /Applications/VeraCrypt.app
+chmod -R go-w /Applications/VeraCrypt.app
exit 0