Protect against symlink attacks on MBX lockfile in /tmp as best we can:
authorPhil Pennock <pdp@exim.org>
Sat, 29 May 2010 12:11:48 +0000 (12:11 +0000)
committerPhil Pennock <pdp@exim.org>
Sat, 29 May 2010 12:11:48 +0000 (12:11 +0000)
 * if system supports O_NOFOLLOW, use it, protection complete
 * else detect the attack "too late" and abort, where at worst an empty file
   has been created as the attacked user
Our hands are tied by not changing the locking algorithm.

fixes: bug #989


No differences found