mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
673158816b
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> |
||
---|---|---|
.. | ||
ctm_rmail.1 | ||
ctm_rmail.c | ||
error.c | ||
error.h | ||
Makefile | ||
options.h |