From abfef8821d647bee7fb63f56776a88921a2f4d07 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Jan 2022 11:07:16 +0100 Subject: MacOSX: remove write permission also from group on application bundle --- src/Setup/MacOSX/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup') 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 -- cgit v1.2.3