cvs commit: src/sbin/mksnap_ffs mksnap_ffs.c
Kirk McKusick
mckusick at FreeBSD.org
Mon Nov 3 23:04:03 PST 2003
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
More information about the cvs-src
mailing list