Skip to content

Commit abfef88

Browse files
committed
MacOSX: remove write permission also from group on application bundle
1 parent 46a32be commit abfef88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Main/Main.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ ifdef VC_LEGACY_BUILD
209209
else
210210
sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist
211211
endif
212-
chmod -R o-w $(APPNAME).app
212+
chmod -R go-w $(APPNAME).app
213213
codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app
214214

215215
install: prepare

src/Setup/MacOSX/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ then
55
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
66
fi
77

8-
chmod -R o-w /Applications/VeraCrypt.app
8+
chmod -R go-w /Applications/VeraCrypt.app
99

1010
exit 0

0 commit comments

Comments
 (0)