cvs commit: src/sbin/fsck_ffs dir.c
Ian Dowse
iedowse at FreeBSD.org
Sun Oct 19 14:49:45 PDT 2003
iedowse 2003/10/19 14:49:44 PDT
FreeBSD src repository
Modified files:
sbin/fsck_ffs dir.c
Log:
Change the default mode for lost+found from 01777 to 0700. The
original intention of the less restrictive permissions was to allow
users to move or delete recovered files that they own. However, it
is better to not create world-writable directories by default; the
administrator can always pre-create lost+found if different permissions
are desired.
Reviewed by: mckusick
Revision Changes Path
1.27 +1 -1 src/sbin/fsck_ffs/dir.c
More information about the cvs-src
mailing list