security.d/chk_mailbox

changeset 15
c4a1470ab59d
parent 14
59e07bba67cc
child 17
65656789da08
--- a/security.d/chk_mailbox	Thu Dec 06 15:08:01 2012 +0100
+++ b/security.d/chk_mailbox	Sun Feb 17 19:49:24 2013 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 #
 #############################################################################
-# Copyright (C) 2005-2012
+# Copyright (C) 2005-2013
 #   
-# Michiel Broek               <mbse@mbse.eu>
+# Michiel Broek               <mbse at mbse.eu>
 # the Netherlands
 #
 # This file is part of SlackSecCheckScripts.
@@ -44,7 +44,7 @@
 
 # Mailboxes should be owned by user and unreadable.
 #
-/bin/ls -l /var/spool/mail | \
+/bin/ls -l /var/spool/mail | grep -v ^d | \
 awk '   NR == 1 { next; }
     $3 != $9 {
 	printf "\tUser %s mailbox is owned by %s.\n", $9, $3

mercurial