|
From: | Paolo Bonzini |
Subject: | Re: euidaccess |
Date: | Sun, 07 Mar 2010 16:30:34 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 |
On 03/06/2010 04:09 PM, Bruno Haible wrote:
+#if defined GNULIB_POSIXCHECK +/* The access() function is a security risk. */ +_GL_WARN_ON_USE (access, "the access function is a security risk - " + "use the gnulib module faccessat instead"); +#endif
How is faccessat less subject to races (though not to symlink attacks)? Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |