Date: Mon, 22 Jul 2002 05:51:06 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c Message-ID: <200207221251.g6MCp6l0003086@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/07/22 05:51:06 PDT Modified files: sys/kern vfs_syscalls.c vfs_vnops.c Log: Set VAPPEND in open mode when O_APPEND is specified as an argument to open() of fhopen(). Currently this has no actual affect due to the treatment of VAPPEND in vaccess() and vaccess_acl() as a subset of VWRITE, but when MAC comes in, MAC will distinguish the two. Note: if any file systems are cutting their own permission models, they may wish to now take this into account. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.271 +2 -0 src/sys/kern/vfs_syscalls.c 1.153 +2 -0 src/sys/kern/vfs_vnops.c 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?200207221251.g6MCp6l0003086>