annotate admin/README @ 331:e507c854a63e
Security fix! Correct handling of seteuid() return value
See Debian bug #638002, reported by John Lightsey.
When possible the (already available) set_euidgid() function is used.
Additionally, it is unnecessary to change the identity when writing
into an already open file descriptor.
This should fix the problem.
author |
markus schnalke <meillo@marmaro.de> |
date |
Sat, 27 Aug 2011 16:19:07 +0200 |
parents |
44043b92114f |
children |
|
rev |
line source |
meillo@227
|
1 The files in admin/ are for system administrators and maybe for users too.
|
meillo@220
|
2
|
meillo@220
|
3 They may be helpful but are not required to run masqmail.
|