HardenedBSD/usr.sbin/ctm/ctm_rmail
Ian Dowse 673158816b 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>
2002-01-22 22:54:52 +00:00
..
ctm_rmail.1
ctm_rmail.c
error.c
error.h
Makefile
options.h