Date: Wed, 8 Apr 1998 11:32:00 -0700 (PDT) From: Wolfram Schneider <wosch@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sys/kern vfs_lookup.c vfs_syscalls.c vfs_vnops.c src/sys/sys mount.h Message-ID: <199804081832.LAA04184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wosch 1998/04/08 11:32:00 PDT Modified files: sbin/mount mntopts.h mount.8 mount.c sys/kern vfs_lookup.c vfs_syscalls.c vfs_vnops.c sys/sys mount.h Log: 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). Revision Changes Path 1.13 +3 -1 src/sbin/mount/mntopts.h 1.22 +4 -1 src/sbin/mount/mount.8 1.25 +4 -1 src/sbin/mount/mount.c 1.27 +5 -1 src/sys/kern/vfs_lookup.c 1.97 +3 -5 src/sys/kern/vfs_syscalls.c 1.55 +6 -1 src/sys/kern/vfs_vnops.c 1.61 +2 -1 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804081832.LAA04184>