From: Paul Eggert Date: Wed, 1 May 2013 19:28:41 +0000 (-0700) Subject: * make-dist: Keep necessary restrictions on file access. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0922c475915b41089fffab68f7012a530fe456e1;p=emacs.git * make-dist: Keep necessary restrictions on file access. --- diff --git a/ChangeLog b/ChangeLog index 29433c8f132..bdbeddae07b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-01 Paul Eggert + + * make-dist: Keep necessary restrictions on file access. + 2013-04-29 Paul Eggert Merge from gnulib, incorporating: diff --git a/make-dist b/make-dist index e1e62c895c7..b82a3cba9d2 100755 --- a/make-dist +++ b/make-dist @@ -42,8 +42,8 @@ LC_MESSAGES= LANG= export LANGUAGE LC_ALL LC_MESSAGES LANG -## Don't restrict access to any files. -umask 0 +## Remove unnecessary restrictions on file access. +umask 022 update=yes check=yes