diff options
author | wosch <wosch@FreeBSD.org> | 1998-04-08 18:31:59 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-04-08 18:31:59 +0000 |
commit | e3aed302321145d529c56b0e1bfa93e1bfa4ce80 (patch) | |
tree | e40cc095a20b846e3f09e3cfde10b30c094504ef /sbin/mount/mount.8 | |
parent | 4c738b0efc841088a79d0a7bd37d6617f0b37f4b (diff) | |
download | FreeBSD-src-e3aed302321145d529c56b0e1bfa93e1bfa4ce80.zip FreeBSD-src-e3aed302321145d529c56b0e1bfa93e1bfa4ce80.tar.gz |
New mount option nosymfollow. If enabled, the kernel lookup()
function will not follow symbolic links on the mounted
file system and return EACCES (Permission denied).
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index c62e214..7c9c36e 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.20 1997/11/13 00:28:49 julian Exp $ +.\" $Id: mount.8,v 1.21 1997/12/01 00:44:16 steve Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 @@ -146,6 +146,9 @@ Note: this option is worthless if a public available suid or sgid wrapper like .Xr suidperl 1 is installed on your system. +.It nosymfollow +Do not follow symlinks +on the mounted file system. .It rdonly The same as .Fl r ; |