]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2fs.h
Mke2fs now creates the lost+found directory with 0700 permissions,
authorTheodore Ts'o <tytso@mit.edu>
Mon, 24 Dec 2001 14:40:00 +0000 (09:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Dec 2001 14:40:00 +0000 (09:40 -0500)
commit6a525069a99787ef3ae1156f12230044b3568f4b
treef8a99078888367713bc23cd4cc0b530f4a480ec0
parenta8fd6e36b866f2cf14edaa19d452fa64bd0fba40
Mke2fs now creates the lost+found directory with 0700 permissions,
since files which get dropped into that directory may have come
from a protected directory, and the system administrator may not
deal with immediately.  (Addresses Debian bug #118443)
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h
lib/ext2fs/initialize.c
lib/ext2fs/mkdir.c
lib/ext2fs/openfs.c
misc/ChangeLog
misc/mke2fs.c