bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
orld or group writeable. (granrose) git-svn-id: svn://10.0.0.236/trunk@164162 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d7c0f9bada
commit
60373b1478
@ -99,6 +99,10 @@ if [ ! -z ${DMG_BKGND_IMG} ]; then
|
||||
cp -p ${DMG_BKGND_IMG} ${MOUNT_DIR}/.background/
|
||||
fi
|
||||
|
||||
# make sure it's not world writeable
|
||||
echo "fixing permissions"
|
||||
chmod -R go-w ${MOUNT_DIR}
|
||||
|
||||
# make the top window open itself on mount:
|
||||
if [ -x /usr/local/bin/openUp ]; then
|
||||
/usr/local/bin/openUp ${MOUNT_DIR}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user