[BACK]Return to security CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/security between version 1.61 and 1.62

version 1.61, 2003/07/01 21:52:39 version 1.62, 2003/07/01 22:12:50
Line 138 
Line 138 
         if [ -s $i ] ; then          if [ -s $i ] ; then
                 awk '{                  awk '{
                     if ($1 == "umask") {                      if ($1 == "umask") {
                          if ($2 % 100 ~ /^[0145]/)                           if ($2 % 100 / 10 ~ /^[0145]/)
                             print "Root umask is group writable";                              print "Root umask is group writable";
                          if ($2 % 10 ~ /^[0145]/)                           if ($2 % 10 ~ /^[0145]/)
                             print "Root umask is other writable";                              print "Root umask is other writable";

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62