Mercurial > noffle
changeset 289:0eaad46e56e2 noffle
[svn] * src/noffle.c: Set umask(022) on startup.
author | bears |
---|---|
date | Fri, 10 Jan 2003 23:27:31 +0000 |
parents | c02c4eb95f95 |
children | f35a7d45efd5 |
files | ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Jan 10 23:25:45 2003 +0000 +++ b/ChangeLog Fri Jan 10 23:27:31 2003 +0000 @@ -31,6 +31,7 @@ if not. Noffle will switch ruid and euid to 'news' (or whatever is configured) ASAP. * src/noffle.c: Add uid checking. +* src/noffle.c: Set umask(022) on startup. Mon Jan 6 2003 Jim Hague <jim.hague@acm.org>