MacOSX: make sure that no files inside VeraCrypt application bundle are world-writable.

Currently, documentation HTML files and XML language files embedded inside VeraCrypt application bundle are world-writable.
This commit is contained in:
Mounir IDRASSI 2021-12-24 20:52:54 +01:00
parent e373e72cda
commit 2f45be1219
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -4,5 +4,7 @@ if !([ -e "/usr/local/lib/libfuse.2.dylib" ])
then
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
fi
chmod -R o-w /Applications/VeraCrypt.app
exit 0