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 / docs / SUID.README < prev    next >
Text File  |  1992-03-10  |  501b  |  14 lines

  1. Findsuid is a little utility we dreamt up to watch for potential Trojan horse
  2. programs by keeping an eye on our suid and sgid files and telling us when
  3. they change unexpectedly.
  4.  
  5. We run it using the following line in crontab:
  6.  
  7.     40 3 * * * /etc/findsuid/findsuid >/etc/findsuid/fserror 2>&1
  8.  
  9. Included here is the findsuid shell script, a man page, a makefile, and a
  10. sample "stop" file.
  11.  
  12. --- Prentiss Riddle ("Aprendiz de todo, maestro de nada.")
  13. --- {ihnp4,harvard,seismo,gatech,ctvax}!ut-sally!riddle
  14.