Date: Mon, 3 Feb 2003 01:04:35 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c Message-ID: <200302030904.h1394ZZG097714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/02/03 01:04:35 PST Modified files: sys/fs/smbfs smbfs_vnops.c Log: Use vaccess() instead of rolling our own access checks. This fixes a bug where requests to open a file in append mode were always denied, and will also be useful when capabilities and auditing are implemented. Revision Changes Path 1.29 +6 -12 src/sys/fs/smbfs/smbfs_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?200302030904.h1394ZZG097714>