home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cops_104.zip / cops_104 / crc_list < prev    next >
Text File  |  1992-03-10  |  1KB  |  62 lines

  1. #  This lists any/all sensitive files the administration wants to have a
  2. # CRC value for.  Comments are lines starting with a "#".
  3. #
  4.  
  5. # some key files that might not change too often:
  6. /.login
  7. /.profile
  8. /.cshrc
  9. /.rhosts
  10. /*unix*
  11. /etc/hosts.equiv
  12. /usr/lib/crontab
  13. /usr/lib/aliases
  14. /usr/spool/uucp/L.sys
  15.  
  16. #   some that you might like to keep an eye on, depending on your site
  17. # stability and/or paranoia:
  18. # /etc/passwd
  19. # /etc/group
  20.  
  21. # default is individual files; can use wildcards, or whatever;
  22. # here are some examples, using wildcards:
  23. /bin/*
  24. /usr/bin/*
  25. /usr/lib/*
  26. # /usr/local/lib/*
  27. # /usr/local/bin/*
  28.  
  29. # Alternately, here are individual files that are important:
  30. # /bin/fsck
  31. # /bin/rrestore
  32. # /bin/csh
  33. # /bin/login
  34. # /bin/ls
  35. # /bin/mail
  36. # /bin/mount
  37. # /bin/passwd
  38. # /bin/ps
  39. # /bin/sh
  40. # /bin/su
  41. # /usr/lib/sendmail
  42. # /usr/ucb/telnet
  43. # /usr/ucb/rlogin
  44. # /usr/ucb/ftp
  45. # /usr/bin/at
  46. # /usr/bin/chgrp
  47. # /usr/bin/cu
  48. # /usr/bin/df
  49. # /usr/bin/login
  50. # /usr/bin/mail
  51. # /usr/bin/passwd
  52. # /usr/bin/ruusend
  53. # /usr/bin/su
  54. # /usr/bin/tip
  55. # /usr/bin/uucp
  56. # /usr/bin/uulog
  57. # /usr/bin/uuname
  58. # /usr/bin/uusend
  59. # /usr/bin/uustat
  60. # /usr/bin/uux
  61. # /usr/bin/xterm
  62.