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