nothing uses rcpthosts any more
[mirror/dsa-puppet.git] / modules / samhain / templates / samhainrc.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 #####################################################################
7 #
8 # Configuration file template for samhain.
9 #
10 #####################################################################
11
12 # -- empty lines and lines starting with '#', ';' or '//' are ignored
13 # -- boolean options can be Yes/No or True/False or 1/0 
14 # -- you can PGP clearsign this file -- samhain will check (if compiled
15 #    with support) or otherwise ignore the signature
16 # -- CHECK mail address
17 #
18 # To each log facility, you can assign a threshold severity. Only
19 # reports with at least the threshold severity will be logged
20 # to the respective facility (even further below).
21 #
22 #####################################################################
23 #
24 # SETUP for file system checking:
25
26 # (i)   There are several policies, each has its own section. Put files
27 #       into the section for the appropriate policy (see below).
28 # (ii)  Section [EventSeverity]: 
29 #       To each policy, you can assign a severity (further below).
30 # (iii) Section [Log]: 
31 #       To each log facility, you can assign a threshold severity. Only
32 #       reports with at least the threshold severity will be logged
33 #       to the respective facility (even further below).
34 #
35 #####################################################################
36
37 #####################################################################
38 #
39 # Files are defined with: file = /absolute/path
40 #
41 # Directories are defined with:                  dir = /absolute/path
42 # or with an optional recursion depth (N <= 99): dir = N/absolute/path
43 #
44 # Directory inodes are checked. If you only want to check files
45 # in a directory, but not the directory inode itself, use (e.g.):
46 #
47 # [ReadOnly]
48 # dir = /some/directory
49 # [IgnoreAll]
50 # file = /some/directory
51 #
52 # You can use shell-style globbing patterns, like: file = /path/foo*
53
54 ######################################################################
55
56 [Misc]
57 ##
58 ## Add or subtract tests from the policies
59 ## - if you want to change their definitions,
60 ##   you need to do that before using the policies
61 ##
62 # RedefReadOnly = (no default)
63 # RedefAttributes=(no default)
64 # RedefLogFiles=(no default)
65 # RedefGrowingLogFiles=(no default)
66 # RedefIgnoreAll=(no default)
67 # RedefIgnoreNone=(no default)
68 # RedefUser0=(no default)
69 # RedefUser1=(no default)
70
71 [Attributes]
72 ##
73 ## for these files, only changes in permissions and ownership are checked
74 ##
75 file=/etc/mtab
76 file=/etc/ssh_random_seed
77 file=/etc/asound.conf
78 file=/etc/resolv.conf
79 file=/etc/localtime
80 file=/etc/ioctl.save
81 file=/etc/passwd.backup
82 file=/etc/shadow.backup
83 file=/etc/postfix/prng_exch
84 file=/etc/adjtime
85 file=/etc/lvm/.cache
86 file=/etc/lvm/cache
87 file=/etc/lvm/cache/.cache
88 file=/etc/network/run/ifstate
89 file=/var/state/samhain/samhain_file
90 file=/etc/bind/zones/db.debian.net
91 file=/etc/exim4/bsmtp
92 <% if hostname == "geo1" || hostname == "geo2" || hostname == "geo3" -%>
93 file=/etc/bind
94 file=/etc/bind/named.conf.acl
95 file=/etc/bind/named.conf.options
96 file=/etc/bind/named.conf.local
97 file=/etc/bind/geodns/named.conf.geo
98 file=/etc/bind/geodns/recvconf.files
99 <% end -%>
100
101
102 #
103 # There are files in /etc that might change, thus changing the directory
104 # timestamps. Put it here as 'file', and in the ReadOnly section as 'dir'.
105 #
106 file=/etc
107 file=/etc/ssh
108 file=/etc/network/run
109 file=/etc/bind/zones
110 file=/etc/spamassassin/sa-update-keys
111
112 # These are the directories for the files we handle with puppet
113 file=/etc/apache2/conf.d
114 files=/etc/apache2/mods-enabled
115 file=/etc/samhain
116 file=/etc/munin
117 file=/etc/munin/plugins
118 file=/etc/munin/plugin-conf.d
119 file=/etc/exim4
120 file=/etc/exim4/ssl
121 file=/etc/apt
122 file=/etc/apt/apt.conf.d
123 file=/etc/apt/sources.list.d
124 file=/etc/default
125 file=/etc/logrotate.d
126 file=/etc/nagios
127 file=/etc/nagios/nrpe.d
128 file=/etc/nagios/obsolete-packages-ignore.d
129 file=/etc/bind/geodns
130 <%= extradir=""
131 case fqdn 
132 when "spohr.debian.org": extradir="file=/etc/nagios3/puppetconf.d
133 file=/etc/puppet"
134 else extradir="file=/etc/puppet"
135 end
136 extradir
137 %>
138 file=/etc/cron.d
139 file=/usr/lib/nagios/plugins
140 file=/usr/sbin
141 file=/etc/monit
142 file=/etc/monit/monit.d
143 file=/etc/pam.d
144 file=/etc/sysctl.d
145 file=/etc/syslog-ng
146
147
148 [LogFiles]
149 ##
150 ## for these files, changes in signature, timestamps, and size are ignored 
151 ##
152 file=/var/run/utmp
153 file=/etc/motd
154
155
156
157 #####################################################################
158 #
159 # This would be the proper syntax for parts that should only be
160 #    included for certain hosts.
161 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
162 #    result still has the proper syntax for the config file.
163 # You may have any number of @HOSTNAME/@end brackets.
164 # HOSTNAME should be the fully qualified 'official' name 
165 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
166 #    No IP number - except if samhain cannot determine the 
167 #    fully qualified hostname.
168 #
169 # @HOSTNAME
170 # file=/foo/bar
171 # @end
172 #
173 # These are two examples for conditional inclusion/exclusion
174 # of a machine based on the output from 'uname -srm'
175 #
176 # $Linux:2.*.7:i666
177 # file=/foo/bar3
178 # $end
179 #
180 # !$Linux:2.*.7:i686
181 # file=/foo/bar2
182 # $end
183 #
184 #####################################################################
185
186 [GrowingLogFiles]
187 ##
188 ## for these files, changes in signature, timestamps, and increase in size
189 ##                  are ignored 
190 ##
191 file=/var/log/warn
192 file=/var/log/messages
193 file=/var/log/wtmp
194 file=/var/log/faillog
195 file=/var/log/auth.log
196 file=/var/log/daemon.log
197 file=/var/log/user.log
198 file=/var/log/kern.log
199 file=/var/log/syslog
200
201
202 [IgnoreAll]
203 ##
204 ## for these files, no modifications are reported
205 ##
206 ## This file might be created or removed by the system sometimes.
207 ##
208 file=/etc/resolv.conf.pcmcia.save
209 file=/etc/nologin
210 file=/etc/postfix/debian.db
211 file=/etc/postfix/debian
212 file=/etc/ssh/ssh_known_hosts
213 file=/etc/ssh/ssh-rsa-shadow
214 file=/var/lib/misc/ssh-rsa-shadow
215 file=/etc/.da-backup.trace
216 file=/etc/postfix/debianhosts
217 file=/etc/postfix/debianhosts.db
218 file=/etc/blkid.tab
219 file=/etc/blkid.tab.old
220 file=/etc/resolv.conf.dhclient-new
221
222 # We handle these files with puppet - please to not be bothering us
223 file=/etc/timezone
224 file=/etc/motd.tail
225 file=/etc/ntp.conf
226 file=/etc/samhain/samhainrc
227 file=/etc/munin/munin-node.conf
228 file=/etc/munin/plugin-conf.d/munin-node
229 file=/etc/userdir-ldap.confc
230 file=/etc/exim4/blacklist
231 file=/etc/exim4/host_blacklist
232 file=/etc/exim4/callout_users
233 file=/etc/exim4/exim4.conf
234 file=/etc/exim4/grey_users
235 file=/etc/exim4/helo-check
236 file=/etc/exim4/locals
237 file=/etc/exim4/localusers
238 file=/etc/exim4/manualroute
239 file=/etc/exim4/rbllist
240 file=/etc/exim4/rhsbllist
241 file=/etc/exim4/virtualdomains
242 file=/etc/exim4/whitelist
243 file=/etc/exim4/local-settings.conf
244 file=/etc/exim4/ssl/ca.crt
245 file=/etc/exim4/ssl/ca.crl
246 file=/etc/exim4/ssl/thishost.crt
247 file=/etc/exim4/ssl/thishost.key
248 file=/etc/ssh/ssh_config
249 file=/etc/ssh/sshd_config
250 <%=
251 out=""
252 if not nodeinfo['heavy_exim'].empty?
253   out = '
254 file=/etc/exim4/surbl_whitelist.txt
255 file=/etc/exim4/exim_surbl.pl
256 file=/etc/exim4/ccTLD.txt
257 file=/etc/clamav-unofficial-sigs.conf
258 file=/etc/clamav-unofficial-sigs.dsa.conf
259 '
260 end
261 out
262 %>
263 file=/etc/munin/plugins/bind
264 file=/etc/munin/plugins/bind_views
265 file=/etc/munin/plugins/cpu
266 file=/etc/munin/plugins/df
267 file=/etc/munin/plugins/df_abs
268 file=/etc/munin/plugins/df_inode
269 file=/etc/munin/plugins/entropy
270 file=/etc/munin/plugins/forks
271 file=/etc/munin/plugins/interrupts
272 file=/etc/munin/plugins/iostat
273 file=/etc/munin/plugins/irqstats
274 file=/etc/munin/plugins/load
275 file=/etc/munin/plugins/memory
276 file=/etc/munin/plugins/ntp_offset
277 file=/etc/munin/plugins/ntp_states
278 file=/etc/munin/plugins/open_files
279 file=/etc/munin/plugins/open_inodes
280 file=/etc/munin/plugins/processes
281 file=/etc/munin/plugins/ps_apache2
282 file=/etc/munin/plugins/ps_exim4
283 file=/etc/munin/plugins/ps_vsftpd
284 file=/etc/munin/plugins/spamassassin
285 file=/etc/munin/plugins/swap
286 file=/etc/munin/plugins/uptime
287 file=/etc/munin/plugins/vmstat
288 file=/etc/munin/plugins/vfstpd
289 file=/etc/munin/plugins/apache_accesses
290 file=/etc/munin/plugins/apache_processes
291 file=/etc/munin/plugins/apache_volume
292 file=/etc/munin/plugins/apache_servers
293 file=/etc/munin/plugins/exim_mailqueue
294 file=/etc/munin/plugins/exim_mailstats
295 file=/etc/munin/plugins/postfix_mailqueue
296 file=/etc/munin/plugins/postfix_mailvolume
297 file=/etc/apache2/conf.d/ressource-limits
298 file=/etc/apache2/mods-enabled/info.conf
299 file=/etc/apache2/mods-enabled/info.load
300 file=/etc/apache2/mods-enabled/server.conf
301 file=/etc/apache2/mods-enabled/server.load
302 file=/etc/apache2/conf.d/server-status
303 file=/etc/apache2/conf.d/local-serverinfo
304 file=/etc/apt/preferences
305 file=/etc/apt/sources.list.d/volatile.list
306 file=/etc/apt/sources.list.d/security.list
307 file=/etc/apt/sources.list.d/buildd.list
308 file=/etc/apt/sources.list.d/debian.org.list
309 file=/etc/apt/sources.list.d/debian.restricted.list
310 file=/etc/apt/sources.list.d/debian.list
311 file=/etc/apt/sources.list.d/backports.org.list
312 file=/etc/apt/apt.conf.d/local-recommends
313 file=/etc/apt/apt.conf.d/local-pdiffs
314 file=/etc/puppet/puppet.conf
315 file=/etc/default/puppet
316 file=/etc/default/postgrey
317 file=/etc/logrotate.d/exim4-paniclog
318 file=/etc/logrotate.d/exim4-base
319 file=/etc/logrotate.d/syslog-ng
320 file=/etc/syslog-ng/syslog-ng.conf
321 file=/usr/sbin/dsa-update-apt-status
322 file=/usr/sbin/dsa-update-samhain-status
323 file=/etc/nagios/nrpe.d/nrpe_dsa.cfg
324 file=/etc/nagios/nrpe.d/debianorg.cfg
325 file=/etc/nagios/obsolete-packages-ignore
326 file=/etc/nagios/obsolete-packages-ignore.d/hostspecific
327 file=/usr/lib/nagios/plugins/dsa-check-packages
328 file=/usr/lib/nagios/plugins/dsa-check-soas
329 file=/usr/lib/nagios/plugins/dsa-check-mirrorsync
330 file=/usr/lib/nagios/plugins/dsa-check-samhain
331 file=/usr/lib/nagios/plugins/dsa-check-statusfile
332 file=/usr/lib/nagios/plugins/dsa-check-dabackup-server
333 file=/usr/lib/nagios/plugins/dsa-check-config
334 file=/usr/lib/nagios/plugins/dsa-check-hpacucli
335 file=/usr/lib/nagios/plugins/dsa-check-raid-mpt
336 file=/usr/lib/nagios/plugins/dsa-check-puppet
337 file=/usr/lib/nagios/plugins/dsa-check-running-kernel
338 file=/usr/lib/nagios/plugins/dsa-check-raid-3ware
339 file=/usr/lib/nagios/plugins/dsa-check-dabackup
340 file=/usr/lib/nagios/plugins/dsa-check-raid-dac960
341 file=/usr/lib/nagios/plugins/dsa-check-udldap-freshness
342 file=/usr/lib/nagios/plugins/dsa-check-raid-areca
343 file=/usr/lib/nagios/plugins/dsa-check-raid-sw
344 file=/usr/lib/nagios/plugins/dsa-update-samhain-status
345 file=/etc/sudoers
346 file=/etc/sysctl.d/mmap_min_addr.conf
347 file=/etc/pam.d/sudo
348 file=/etc/monit/monitrc
349 file=/etc/monit/monit.d/01puppet
350 file=/etc/monit/monit.d/00debian.org
351 file=/etc/cron.d/dsa-puppet-stuff
352 file=/etc/cron.d/dsa-buildd
353 <%= extrafiles=""
354 case fqdn 
355 when "spohr.debian.org": extrafiles="file=/etc/nagios3/puppetconf.d/auto-hostgroups.cfg
356 file=/etc/nagios3/puppetconf.d/auto-hosts.cfg
357 file=/etc/nagios3/puppetconf.d/auto-services.cfg
358 file=/etc/nagios3/puppetconf.d/auto-dependencies.cfg
359 file=/etc/nagios3/puppetconf.d/auto-hostextinfo.cfg
360 file=/etc/nagios3/puppetconf.d/auto-serviceextinfo.cfg"
361 when "handel.debian.org": extrafiles="dir=8/etc/puppet"
362 when "dijkstra.debian.org": extrafiles="dir=4/etc/dsa-kvm"
363 when /geo[123].debian.org/: extrafiles="dir=1/etc/bind/geodns"
364 end
365 extrafiles
366 %>
367
368 [IgnoreNone]
369 ##
370 ## for these files, all modifications (even access time) are reported
371 ##    - you may create some interesting-looking file (like /etc/safe_passwd),
372 ##      just to watch whether someone will access it ...
373 ##
374
375 [Prelink]
376 ##
377 ## Use for prelinked files or directories holding them
378 ##
379
380
381 [ReadOnly]
382 ##
383 ## for these files, only access time is ignored
384 ##
385 dir=/usr/bin
386 dir=/bin
387 dir=/boot
388 #
389 # SuSE (old) has the boot init scripts in /sbin/init.d/*, 
390 # so we go 3 levels deep
391 #
392 dir=3/sbin
393 dir=/usr/sbin
394 dir=/lib
395 dir=3/usr/lib
396 #
397 # RedHat and Debian have the bootinit scripts in /etc/init.d/* or /etc/rc.d/*, 
398 #        so we go 3 levels deep there too
399 #
400 dir=3/etc
401
402 # Various directories / files that may include / be SUID/SGID binaries
403 #
404 #
405 file=/usr/lib/pt_chown
406 # X11, in Debian X7 this is now a symlink
407 #dir=/usr/X11R6/bin
408 #dir=/usr/X11R6/lib/X11/xmcd/bin
409 # Apache:
410 #file=/usr/lib/apache/suexec
411 #file=/usr/lib/apache/suexec.disabled
412 # Extra directories:
413 #dir=/opt/gnome/bin
414 #dir=/opt/kde/bin
415
416 [User0]
417 [User1]
418 ## User0 and User1 are sections for files/dirs with user-definable checking
419 ## (see the manual) 
420
421
422 [EventSeverity]
423 ##
424 ## Here you can assign severities to policy violations.
425 ## If this severity exceeds the treshold of a log facility (see below),
426 ## a policy violation will be logged to that facility.
427 ##
428 ## Severity for verification failures.
429 ##
430 # SeverityReadOnly=crit
431 # SeverityLogFiles=crit
432 # SeverityGrowingLogs=crit
433 # SeverityIgnoreNone=crit
434 # SeverityAttributes=crit
435 # SeverityUser0=crit
436 # SeverityUser1=crit
437
438 # Default behaviour
439 SeverityReadOnly=crit
440 SeverityLogFiles=crit
441 SeverityGrowingLogs=warn
442 SeverityIgnoreNone=crit
443 SeverityAttributes=crit
444
445
446 ##
447 ## We have a file in IgnoreAll that might or might not be present.
448 ## Setting the severity to 'info' prevents messages about deleted/new file.
449 ##
450 # SeverityIgnoreAll=crit
451 SeverityIgnoreAll=info
452
453 ## Files : file access problems
454 # SeverityFiles=crit
455
456 ## Dirs  : directory access problems
457 # SeverityDirs=crit
458
459 ## Names : suspect (non-printable) characters in a pathname
460 # SeverityNames=crit
461
462 # Default behaviour
463 SeverityFiles=crit
464 SeverityDirs=crit
465 SeverityNames=warn
466
467
468 [Log]
469 ##
470 ## Switch on/OFF log facilities and set their threshold severity
471 ##
472 ## Values: debug, info, notice, warn, mark, err, crit, alert, none.
473 ## 'mark' is used for timestamps.
474 ##
475 ##
476 ## Use 'none' to SWITCH OFF a log facility
477 ## 
478 ## By default, everything equal to and above the threshold is logged.
479 ## The specifiers '*', '!', and '=' are interpreted as  
480 ## 'all', 'all but', and 'only', respectively (like syslogd(8) does, 
481 ## at least on Linux). Examples:
482 ## MailSeverity=*
483 ## MailSeverity=!warn
484 ## MailSeverity==crit
485
486 ## E-mail
487 ##
488 # MailSeverity=none
489
490 ## Console
491 ##
492 # PrintSeverity=info
493
494 ## Logfile
495 ##
496 # LogSeverity=mark
497
498 ## Syslog
499 ##
500 # SyslogSeverity=none
501
502 ## Remote server (yule)
503 ##
504 # ExportSeverity=none
505
506 ## External script or program
507 ##
508 # ExternalSeverity = none
509
510 ## Logging to a database
511 ##
512 # DatabaseSeverity = none
513
514 # Default behaviour
515 MailSeverity=crit
516 PrintSeverity=none
517 LogSeverity=info
518 SyslogSeverity=alert
519 ExportSeverity=none
520
521
522
523
524
525 #####################################################
526 #
527 # Optional modules
528 #
529 #####################################################
530
531 # [SuidCheck]
532 ##
533 ## --- Check the filesystem for SUID/SGID binaries
534 ## 
535
536 ## Switch on
537 #
538 # SuidCheckActive = yes
539
540 ## Interval for check (seconds)
541 #
542 # SuidCheckInterval = 7200
543
544 ## Alternative: crontab-like schedule
545 #
546 # SuidCheckSchedule = NULL
547  
548 ## Directory to exclude 
549 #
550 # SuidCheckExclude = NULL
551
552 ## Limit on files per second (0 == no limit)
553 #
554 # SuidCheckFps = 0
555
556 ## Alternative: yield after every file
557 #
558 # SuidCheckYield = no
559
560 ## Severity of a detection
561 #
562 # SeveritySuidCheck = crit
563
564 ## Quarantine SUID/SGID files if found
565 #
566 # SuidCheckQuarantineFiles = yes
567
568 ## Method for Quarantining files:
569 #  0 - Delete or truncate the file.
570 #  1 - Remove SUID/SGID permissions from file.
571 #  2 - Move SUID/SGID file to quarantine dir.
572 #
573 # SuidCheckQuarantineMethod = 0
574
575 ## For method 1 and 3, really delete instead of truncating
576
577 # SuidCheckQuarantineDelete = yes
578
579 # [Kernel]
580 ##
581 ## --- Check for loadable kernel module rootkits (Linux/FreeBSD only) 
582 ##
583
584 ## Switch on/off
585 #
586 KernelCheckActive = True
587
588 ## Check interval (seconds); btw., the check is VERY fast
589 #
590 # KernelCheckInterval = 300
591
592 ## Severity
593 #
594 # SeverityKernel = crit
595
596
597 # [Utmp]
598 ##
599 ## --- Logging of login/logout events
600 ##
601
602 ## Switch on/off
603 #
604 LoginCheckActive = True
605
606 ## Severity for logins, multiple logins, logouts
607
608 # SeverityLogin=info
609 # SeverityLoginMulti=warn
610 # SeverityLogout=info
611
612 ## Interval for login/logout checks
613 #
614 # LoginCheckInterval = 300
615
616
617 # [Database]
618 ##
619 ## --- Logging to a relational database
620 ##
621
622 ## Database name
623 #
624 # SetDBName = samhain
625
626 ## Database table
627 #
628 # SetDBTable = log
629
630 ## Database user
631 #
632 # SetDBUser = samhain
633
634 ## Database password
635 #
636 # SetDBPassword = (default: none)
637
638 ## Database host
639 #
640 # SetDBHost = localhost
641
642 ## Log the server timestamp for received messages
643 #
644 # SetDBServerTstamp = True
645
646 ## Use a persistent connection
647 #
648 # UsePersistent = True
649
650 # [External]
651 ##
652 ## Interface to call external scripts/programs for logging
653 ##
654
655 ## The absolute path to the command
656 ## - Each invocation of this directive will end the definition of the
657 ##   preceding command, and start the definition of 
658 ##   an additional, new command
659 #
660 # OpenCommand = (no default)
661
662 ## Type (log or rv)
663 ## - log for log messages, srv for messages received by the server
664 #
665 # SetType = log
666
667 ## The command (full command line) to execute
668 #
669 # SetCommandLine = (no default)
670
671 ## The environment (KEY=value; repeat for more)
672 #
673 # SetEnviron = TZ=(your timezone)
674
675 ## The TIGER192 checksum (optional)
676 #
677 # SetChecksum = (no default)
678
679 ## User who runs the command
680 #
681 # SetCredentials = (default: samhain process uid)
682
683 ## Words not allowed in message
684 #
685 # SetFilterNot = (none)
686
687 ## Words required (ALL of them)
688 #
689 # SetFilterAnd = (none)
690
691 ## Words required (at least one)
692 #
693 # SetFilterOr = (none)
694
695 ## Deadtime between consecutive calls
696 #
697 # SetDeadtime = 0
698
699 ## Add default environment (HOME, PATH, SHELL)
700 #
701 # SetDefault = no
702
703
704 #####################################################
705 #
706 # Miscellaneous configuration options
707 #
708 #####################################################
709
710 [Misc]
711
712 ## whether to become a daemon process
713 ## (this is not honoured on database initialisation)
714 #
715 # Daemon = no
716 Daemon = yes
717
718 ## whether to test signature of files (init/check/none)
719 ## - if 'none', then we have to decide this on the command line -
720 #
721 # ChecksumTest = none
722 ChecksumTest=check
723
724 ## whether to drop linux capabilities that are not required
725 ## - will make a root process a 'mere mortal' in many respects
726 #
727 # UseCaps = yes
728
729 ## Set nice level (-19 to 19, see 'man nice'),
730 ## and I/O limit (kilobytes per second; 0 == off)
731 ## to reduce load on host.
732 #
733 # SetNiceLevel = 0
734 # SetIOLimit = 0
735
736 ## The version string to embed in file signature databases
737 #
738 # VersionString = NULL
739
740 ## Interval between time stamp messages
741 #
742 # SetLoopTime = 60
743 SetLoopTime = 600
744
745 ## Interval between file checks 
746 #
747 # SetFileCheckTime = 600
748 SetFileCheckTime = 7200
749
750 ## Alternative: crontab-like schedule
751 #
752 # FileCheckScheduleOne = NULL
753
754 ## Alternative: crontab-like schedule(2)
755 #
756 # FileCheckScheduleTwo = NULL
757
758 ## Report only once on modified fles 
759 ## Setting this to 'FALSE' will generate a report for any policy 
760 ## violation (old and new ones) each time the daemon checks the file system.
761 #
762 # ReportOnlyOnce = True
763
764 ## Report in full detail
765 #
766 # ReportFullDetail = False
767
768 ## Report file timestamps in local time rather than GMT
769 #
770 # UseLocalTime = No
771
772 ## The console device (can also be a file or named pipe)
773 ## - There are two console devices. Accordingly, you can use
774 ##   this directive a second time to set the second console device.
775 ##   If you have not defined the second device at compile time,
776 ##   and you don't want to use it, then:
777 ##   setting it to /dev/null is less effective than just leaving
778 ##   it alone (setting to /dev/null will waste time by opening
779 ##   /dev/null and writing to it)
780 #
781 # SetConsole = /dev/console
782
783 ## Activate the SysV IPC message queue
784 #
785 # MessageQueueActive = False
786
787
788 ## If false, skip reverse lookup when connecting to a host known 
789 ## by name rather than IP address (i.e. trust the DNS)
790 #
791 # SetReverseLookup = True
792
793 ## --- E-Mail ---
794
795 # Only highest-level (alert) reports will be mailed immediately,
796 # others will be queued. Here you can define, when the queue will
797 # be flushed (Note: the queue is automatically flushed after
798 # completing a file check).
799 #
800 SetMailTime = 86400
801
802 ## Maximum number of mails to queue
803 #
804 SetMailNum = 10
805
806 ## Recipient (max. 8)
807 #
808 SetMailAddress=samhain-reports@debian.org
809
810 ## Mail relay (IP address)
811 <%=
812 out=""
813 if not nodeinfo['smarthost'].empty?
814   out = '
815 SetMailRelay = localhost
816 '
817 else
818 out = '
819 SetMailRelay = master.debian.org
820 '
821 end
822 out
823 %>
824 ## Custom subject format
825 #
826 MailSubject = [Samhain at %H] %T: %S
827
828 ## --- end E-Mail ---
829
830 ## Path to the prelink executable
831 #
832 # SetPrelinkPath = /usr/sbin/prelink
833
834 ## TIGER192 checksum of the prelink executable
835 #
836 # SetPrelinkChecksum = (no default)
837
838
839 ## Path to the executable. If set, will be checksummed after startup
840 ## and before exit.
841 #
842 # SamhainPath = (no default)
843
844
845 ## The IP address of the log server
846 #
847 # SetLogServer = (default: compiled-in)
848
849 ## The IP address of the time server
850 #
851 # SetTimeServer = (default: compiled-in)
852
853 ## Trusted Users (comma delimited list of user names) 
854 #
855 # TrustedUser = (no default; this adds to the compiled-in list)
856
857 ## Path to the file signature database
858 #
859 # SetDatabasePath = (default: compiled-in)
860
861 ## Path to the log file
862 #
863 # SetLogfilePath = (default: compiled-in)
864
865 ## Path to the PID file
866 #
867 # SetLockPath = (default: compiled-in)
868
869
870 ## The digest/checksum/hash algorithm
871 #
872 # DigestAlgo = TIGER192
873
874
875 ## Custom format for message header. 
876 ## CAREFUL if you use XML logfile format.
877 ##
878 ## %S severity
879 ## %T timestamp
880 ## %C class
881 ##
882 ## %F source file
883 ## %L source line
884 #
885 # MessageHeader="%S %T "
886
887
888 ## Don't log path to config/database file on startup
889 #
890 # HideSetup = False
891
892 ## The syslog facility, if you log to syslog
893 #
894 # SyslogFacility = LOG_AUTHPRIV
895 SyslogFacility=LOG_LOCAL2
896
897 ## The message authentication method
898 ## - If you change this, you *must* change it
899 ##   on client *and* server
900 #
901 # MACType = HMAC-TIGER
902
903
904 ## everything below is ignored
905 [EOF]
906
907 #####################################################################
908 # This would be the proper syntax for parts that should only be
909 #    included for certain hosts.
910 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
911 #    result still has the proper syntax for the config file.
912 # You may have any number of @HOSTNAME/@end brackets.
913 # HOSTNAME should be the fully qualified 'official' name 
914 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
915 #    No IP number - except if samhain cannot determine the 
916 #    fully qualified hostname.
917 #
918 # @HOSTNAME
919 # file=/foo/bar
920 # @end
921 #
922 # These are two examples for conditional inclusion/exclusion
923 # of a machine based on the output from 'uname -srm'
924 # $Linux:2.*.7:i666
925 # file=/foo/bar3
926 # $end
927 #
928 # !$Linux:2.*.7:i686
929 # file=/foo/bar2
930 # $end
931 #
932 #####################################################################