3. Symlinks established by other user except root in +t dirs are not
followed.
Hmm. This again gets much too complicated..... Anyone got better thoughts?
Maybe better stick with the posted patch?
On Mon, 8 Dec 1997, Erik Corry wrote:
>
> In article <Pine.LNX.3.96.971207123340.392A-100000@cyrix200.waterf.org> you wrote:
> > 1. They cannot be absolute (i.e. they cannot begin with /)
>
> > 2. They are not allowed to point to a higher directory
> > (Maybe forbid ".." in symlinks?)
>
> > Are there any reasons this would not work?
>
> cd /tmp
> mkdir myowndir
> ln -s anything myowndir/anything
>
> Now where do you want myowndir/anything to point to?