Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

Re: Fix for ssh-1.2.27 symlink/bind problem
From: vandry () MLINK NET (Phillip Vandry)
Date: Wed, 6 Oct 1999 17:42:01 -0400


On Solaris, only open(O_CREAT) (w/o O_EXCL) and creat() do so;
the following do not follow symbolic links as the last component of
the pathname:

      mknod (making pipes or devices)
      mkdir
      bind

      (others?)

Others (some are obvious, but, hey, if we're making a list, might as well
be complete):

        link (does not follow second argument if it exists)
        symlink (agin, the second argument)
        rename (obliterates second argument if it exists)

-Phil


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]