Date: Mon, 6 Apr 1998 11:25:22 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <199804061825.LAA02930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/04/06 11:25:22 PDT Modified files: sys/kern vfs_vnops.c Log: Rather than let users get fd's to symlink files, make O_NOFOLLOW cause an error if it gets a link (like it does if it gets a socket). The implications of letting users try and do file operations on symlinks themselves were too worrying. Revision Changes Path 1.52 +3 -3 src/sys/kern/vfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804061825.LAA02930>