Date: Tue, 9 May 1995 09:30:46 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_lookup.c msdosfs_vnops.c Message-ID: <199505091630.JAA18591@freefall.cdrom.com>
index | next in thread | raw e-mail
bde 95/05/09 09:30:46 Modified: sys/msdosfs msdosfs_lookup.c msdosfs_vnops.c Log: Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> msdosfs_lookup() did no validation to see if the caller was validated to delete/rename/create files. msdosfs_setattr() did no validation to see if the caller was allowed to change the file permissions (turn on/off the write bit) or update the file modification time (utimes). The routines were fixed to validate the calls just like ufs does.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505091630.JAA18591>
