Date: Sun, 19 Oct 2003 14:49:44 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs dir.c Message-ID: <200310192149.h9JLniKl079104@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310192149.h9JLniKl079104>