diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-08 11:07:16 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-08 11:08:47 +0100 |
commit | abfef8821d647bee7fb63f56776a88921a2f4d07 (patch) | |
tree | 88cdd13c6304585e739930d8d739caa79c10b795 /src/Setup/MacOSX/postinstall.sh | |
parent | 46a32bea192676f235f5d6eadb0e8c4b5373fd02 (diff) | |
download | VeraCrypt-abfef8821d647bee7fb63f56776a88921a2f4d07.tar.gz VeraCrypt-abfef8821d647bee7fb63f56776a88921a2f4d07.zip |
MacOSX: remove write permission also from group on application bundleVeraCrypt_1.25.7
Diffstat (limited to 'src/Setup/MacOSX/postinstall.sh')
-rwxr-xr-x | src/Setup/MacOSX/postinstall.sh | 2 |
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 |