In message <[EMAIL PROTECTED]> Bill Moran writes: : I'm a little confused here, if access() is such a serious security : problem that it should _never_ be used, do we now have a major problem : with a large amount of software in the base system? Access(2) can be raced. If you say access("fred") and then later open fread, between the two calls, fred may refer to different files and you would be tricked into opening a file that you shouldn't have otherwise opened. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Security problems with access(2)? Bill Moran
- Re: Security problems with access(2)? Rick Bradley
- Re: Security problems with access(2)? Bill Moran
- Re: Security problems with access(2)? Alfred Perlstein
- Re: Security problems with access(2)? Warner Losh
- Re: Security problems with access(2)? Paul Herman
- Re: Security problems with access(2)? Robert Watson
- Re: Security problems with access(2)? Bill Moran
- Re: Security problems with access(2... Greg Black
- Re: Security problems with acce... Jordan DeLong
- Re: Security problems with ... Mike Smith
- Re: Security problems with ... Jordan DeLong
- Re: Security problems with ... Mike Smith
- Re: Security problems with acce... Bill Moran
- Re: Security problems with ... Mike Smith

