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

Diff for /src/etc/Attic/security between version 1.42 and 1.43

version 1.42, 2000/12/17 22:35:19 version 1.43, 2000/12/22 08:04:48
Line 373 
Line 373 
 fi  fi
   
 # Files that should not be owned by someone else or readable.  # Files that should not be owned by someone else or readable.
 list=".netrc .rhosts .pgp/secring.pgp .shosts .ssh/identity .ssh/random_seed"  list=".netrc .rhosts .gnupg/secring.gpg .gnupg/random_seed \
           .pgp/secring.pgp .shosts .ssh/identity .ssh/random_seed"
 awk -F: '/^[^+-]/ { print $1 " " $6 }' /etc/passwd | \  awk -F: '/^[^+-]/ { print $1 " " $6 }' /etc/passwd | \
 while read uid homedir; do  while read uid homedir; do
         for f in $list ; do          for f in $list ; do

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43