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