Hi!
/etc/security complains about the lost+found directory in /var/mail. Here is a
diff to ignore a lost+found named directory in /var/mail:
--- security.orig Wed Aug 13 00:51:28 2008
+++ security Sun Nov 1 09:04:48 2009
@@ -434,7 +434,7 @@
fi
# Mailboxes should be owned by user and unreadable.
-ls -l /var/mail | sed 1d | \
+ls -l /var/mail | sed 1d | egrep -v '^d.* lost\+found$' \
awk '$3 != $9 \
{ print "user " $9 " mailbox is owned by " $3 }
$1 != "-rw-------" \
Daniel
--
LIVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1