Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 1998 10:38:44 -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 src/sys/sys fcntl.h
Message-ID:  <199804061738.KAA02766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/04/06 10:38:43 PDT

  Modified files:
    sys/kern             vfs_vnops.c 
    sys/sys              fcntl.h 
  Log:
  Implement a new open(2) flag: O_NOFOLLOW.  This will instruct open
  to not follow symlinks, but to open a handle on the link itself(!).
  As strange as this might sound, it has several useful applications
  safe race-free ways of opening files in hostile areas (eg: /tmp, a mode
  1777 /var/mail, etc).  It also would allow things like fchown() to work
  on the link rather than having to implement a new syscall specifically for
  that task.
  
  Reviewed by: phk
  
  Revision  Changes    Path
  1.51      +3 -2      src/sys/kern/vfs_vnops.c
  1.7       +2 -1      src/sys/sys/fcntl.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804061738.KAA02766>