Searched hist:89675 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.cdiff 89675 Tue Jan 22 20:54:52 MST 2002 iedowse The mode of files created by ctm_rmail was always 0600, even if the
umask was less restrictive. This was caused by the use of mkstemp()
which internally passes a mode of 0600 to open(). Fix this by
explicitly chmod'ing the files to (0666 & ~umask).

PR: bin/16119
Submitted by: Sascha Blank <blank@uni-trier.de>

Completed in 45 milliseconds