diff options
| author | Paul Eggert | 2013-03-12 18:05:40 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-12 18:05:40 -0700 |
| commit | 9e3edd30c34a2b6bfa031f301e9660ca8665462e (patch) | |
| tree | 90f6a88f8b578047c99db3e71a556845ec749844 /lib-src/ChangeLog | |
| parent | f58afc72bd0fd54189c2ca66b9907ca0d338de75 (diff) | |
| download | emacs-9e3edd30c34a2b6bfa031f301e9660ca8665462e.tar.gz emacs-9e3edd30c34a2b6bfa031f301e9660ca8665462e.zip | |
* movemail.c: Don't grant more read permissions than necessary.
The old 0333 dates back to before we called setuid,
so it was needed back then to ensure user-readability,
but 0377 should suffice now.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9900f385ce9..67c17cde8cb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * movemail.c (main): Call umask on all systems. | 3 | * movemail.c (main): Call umask on all systems. |
| 4 | This is OK since Emacs already assumes umask elsewhere. | 4 | This is OK since Emacs already assumes umask elsewhere. |
| 5 | Don't grant more read permissions than necessary. | ||
| 6 | The old 0333 dates back to before we called setuid, | ||
| 7 | so it was needed back then to ensure user-readability, | ||
| 8 | but 0377 should suffice now. | ||
| 5 | 9 | ||
| 6 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 11 | ||