Subject: Re: Random PID'
To: None <jchacon@genuity.net>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: current-users
Date: 11/10/2000 16:34:25
On Fri, 10 Nov 2000, Jared D. McNeill wrote:
> What about a way of disabling symlinks on a mounted partition altogether?
> Or will this break too many programs to be useful?

I just noticed, FreeBSD seems to have something similar to this in mount.h:
#define MNT_NOSYMFOLLOW 0x00400000      /* do not follow symlinks */

and in mount(8):
             nosymfollow
                     Do not follow symlinks on the mounted file system.

Jared