Date: Mon, 3 Nov 2003 23:04:02 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mksnap_ffs mksnap_ffs.c Message-ID: <200311040704.hA4742tX078367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2003/11/03 23:04:02 PST FreeBSD src repository Modified files: sbin/mksnap_ffs mksnap_ffs.c Log: Check that the user running mksnap_ffs has permission to create and remove a snapshot file from the directory in which they have requested to have it made. If they do not have write permission in the directory or the directory is sticky and not owned by the user, then they will not be able to remove the snapshot when they are done with it. Revision Changes Path 1.5 +33 -1 src/sbin/mksnap_ffs/mksnap_ffs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311040704.hA4742tX078367>