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

Diff for /src/etc/Attic/security between version 1.20 and 1.21

version 1.20, 1997/06/23 02:54:31 version 1.21, 1997/09/02 06:46:42
Line 141 
Line 141 
                         { print "Root umask is group writeable" }                          { print "Root umask is group writeable" }
                      $2 % 10 < 2 \                       $2 % 10 < 2 \
                         { print "Root umask is other writeable" }' >> $OUTPUT                          { print "Root umask is other writeable" }' >> $OUTPUT
                   SAVE_PATH=$PATH
                   unset PATH
                 /bin/csh -f -s << end-of-csh > /dev/null 2>&1                  /bin/csh -f -s << end-of-csh > /dev/null 2>&1
                         unset path  
                         source $i                          source $i
                         /bin/ls -ldgT \$path > $TMP1                          /bin/ls -ldgT \$path > $TMP1
 end-of-csh  end-of-csh
                   PATH=$SAVE_PATH
                 awk '{                  awk '{
                         if ($10 ~ /^\.$/) {                          if ($10 ~ /^\.$/) {
                                 print "The root path includes .";                                  print "The root path includes .";
Line 183 
Line 185 
                         { print "Root umask is group writeable" } \                          { print "Root umask is group writeable" } \
                      $2 % 10 < 2 \                       $2 % 10 < 2 \
                         { print "Root umask is other writeable" }' >> $OUTPUT                          { print "Root umask is other writeable" }' >> $OUTPUT
                   SAVE_PATH=$PATH
                   unset PATH
                 /bin/sh << end-of-sh > /dev/null 2>&1                  /bin/sh << end-of-sh > /dev/null 2>&1
                         PATH=  
                         . $i                          . $i
                         list=\`echo \$PATH | /usr/bin/sed -e 's/:/ /g'\`                          list=\`echo \$PATH | /usr/bin/sed -e 's/:/ /g'\`
                         /bin/ls -ldgT \$list > $TMP1                          /bin/ls -ldgT \$list > $TMP1
 end-of-sh  end-of-sh
                   PATH=$SAVE_PATH
                 awk '{                  awk '{
                         if ($10 ~ /^\.$/) {                          if ($10 ~ /^\.$/) {
                                 print "The root path includes .";                                  print "The root path includes .";

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21