home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / satan-1.1.1 / rules / trust < prev   
Encoding:
Text File  |  1995-03-29  |  942 b   |  29 lines

  1. #
  2. # Rules that classify hosts by trust relationship. These are applied to
  3. # every 'a' SATAN record. Basically, they translate the cryptic SATAN
  4. # record data to something that is more suitable for reports.
  5. #
  6. # Format of this file is:
  7. #
  8. #    condition TABs relationship
  9. # The condition is a PERL expression, with full access to the global
  10. # $target..$text variables.
  11. #
  12. # The relationship field specifies a name such as "remote login" or
  13. # "file sharing".
  14. #
  15. # Empty lines and text after a "#" character are ignored. Long lines may
  16. # be broken with backslash-newline.
  17. #
  18. # version 1, Mon Mar 27  9:30:32 1995, last mod by wietse
  19. #
  20.  
  21. $severity eq "l" && $trustee =~ /^root@/    root login
  22. $severity eq "l" && $trustee !~ /^root@/    user login
  23. $text =~ /exports \S+ to/            NFS export
  24. $text =~ / mounts \S+/                NFS export
  25. /serves nis domain/                NIS client
  26. $trustee =~ /\/export\/root\/(.*)@(.*)/        boot client
  27. /authoritative DNS host/            domain name service
  28.