]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/samhain/templates/samhainrc.erb
Ignore some schroot files
[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/ssh
120 file=/etc/network/run
121 file=/etc/bind/zones
122 file=/etc/spamassassin/sa-update-keys
123
124 # These are the directories for the files we handle with puppet
125 file=/etc/apache2/conf.d
126 files=/etc/apache2/mods-enabled
127 files=/etc/apache2/sites-available
128 file=/etc/bacula
129 file=/etc/samhain
130 file=/etc/munin
131 file=/etc/munin/plugins
132 file=/etc/munin/plugin-conf.d
133 file=/etc/munin/munin-conf.d
134 file=/etc/exim4
135 file=/etc/exim4/ssl
136 file=/etc/apt
137 file=/etc/apt/apt.conf.d
138 file=/etc/apt/sources.list.d
139 file=/etc/apt/preferences.d
140 file=/etc/default
141 file=/etc/logrotate.d
142 file=/etc/nagios
143 file=/etc/nagios/nrpe.d
144 file=/etc/nagios/obsolete-packages-ignore.d
145 file=/etc/bind/geodns
146 <% if scope.function_has_role(['nagiosmaster']) -%>
147 file=/etc/nagios3/puppetconf.d
148 <% end -%>
149 file=/etc/puppet
150 file=/etc/cron.d
151 file=/etc/cron.weekly
152 file=/usr/lib/nagios/plugins
153 file=/usr/sbin
154 file=/etc/monit
155 file=/etc/monit/monit.d
156 file=/etc/pam.d
157 file=/etc/schroot/default
158 file=/etc/schroot/setup.d
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/systemd/system/puppet.service
373 file=/etc/puppet/puppet.conf
374 file=/etc/default/puppet
375 file=/etc/default/postgrey
376 file=/etc/default/syslog-ng
377 file=/etc/logrotate.d/exim4-paniclog
378 file=/etc/logrotate.d/exim4-base
379 file=/etc/logrotate.d/syslog-ng
380 file=/etc/syslog-ng/syslog-ng.conf
381 file=/usr/sbin/dsa-update-apt-status
382 file=/usr/sbin/dsa-update-samhain-status
383 file=/etc/nagios/nrpe.d/nrpe_dsa.cfg
384 file=/etc/nagios/nrpe.d/debianorg.cfg
385 file=/etc/nagios/obsolete-packages-ignore
386 file=/etc/nagios/obsolete-packages-ignore.d/hostspecific
387 file=/usr/lib/nagios/plugins/dsa-check-packages
388 file=/usr/lib/nagios/plugins/dsa-check-soas
389 file=/usr/lib/nagios/plugins/dsa-check-mirrorsync
390 file=/usr/lib/nagios/plugins/dsa-check-samhain
391 file=/usr/lib/nagios/plugins/dsa-check-statusfile
392 file=/usr/lib/nagios/plugins/dsa-check-dabackup-server
393 file=/usr/lib/nagios/plugins/dsa-check-config
394 file=/usr/lib/nagios/plugins/dsa-check-hpacucli
395 file=/usr/lib/nagios/plugins/dsa-check-raid-mpt
396 file=/usr/lib/nagios/plugins/dsa-check-puppet
397 file=/usr/lib/nagios/plugins/dsa-check-running-kernel
398 file=/usr/lib/nagios/plugins/dsa-check-raid-3ware
399 file=/usr/lib/nagios/plugins/dsa-check-dabackup
400 file=/usr/lib/nagios/plugins/dsa-check-raid-dac960
401 file=/usr/lib/nagios/plugins/dsa-check-udldap-freshness
402 file=/usr/lib/nagios/plugins/dsa-check-raid-areca
403 file=/usr/lib/nagios/plugins/dsa-check-raid-sw
404 file=/usr/lib/nagios/plugins/dsa-update-samhain-status
405 file=/etc/sudoers
406 file=/etc/stunnel/puppet-ekeyd-peer.pem
407 file=/etc/stunnel/puppet-ekeyd.conf
408 file=/etc/sysctl.d/mmap_min_addr.conf
409 file=/etc/pam.d/sudo
410 file=/etc/monit/monitrc
411 file=/etc/monit/monit.d/01puppet
412 file=/etc/monit/monit.d/00debian.org
413 file=/etc/cron.d/dsa-puppet-stuff
414 file=/etc/cron.d/dsa-buildd
415 file=/etc/cron.weekly/stunnel-ekey-restart
416 file=/etc/default/schroot
417 file=/etc/schroot/default/nssdatabases
418 file=/etc/schroot/setup.d/99porterbox-extra-sources
419 file=/etc/schroot/setup.d/99porterbox-extra-apt-options
420 file=/etc/openvswitch/conf.db
421
422 <% if scope.function_has_role(['nagiosmaster']) -%>
423 file=/etc/nagios3/puppetconf.d/auto-hostgroups.cfg
424 file=/etc/nagios3/puppetconf.d/auto-hosts.cfg
425 file=/etc/nagios3/puppetconf.d/auto-services.cfg
426 file=/etc/nagios3/puppetconf.d/auto-dependencies.cfg
427 file=/etc/nagios3/puppetconf.d/auto-hostextinfo.cfg
428 file=/etc/nagios3/puppetconf.d/auto-serviceextinfo.cfg
429 file=/etc/nagios3/puppetconf.d/auto-servicegroups.cfg
430 file=/etc/nagios3/puppetconf.d/contacts.cfg
431 <% end -%>
432 <% if scope.function_has_role(['muninmaster']) -%>
433 file=/etc/munin/munin.conf
434 <% end -%>
435 <% if scope.function_has_role(['puppetmaster']) -%>
436 dir=8/etc/puppet
437 <% end -%>  
438 <% if classes.include?('named::geodns') -%>
439 dir=1/etc/bind/geodns
440 <% end -%>
441 <% if classes.include?('named::authoritative') -%>
442 dir=1/etc/bind
443 file=/etc/bind/named.conf.debian-zones
444 <% end -%>
445 dir=3/etc/lvm/archive
446 dir=3/etc/lvm/backup
447 dir=1/etc/ferm/dsa.d
448 dir=1/etc/ferm/conf.d
449 dir=3/etc/facter
450 file=/etc/ferm/conf.d/me.conf
451 file=/etc/ferm/conf.d/defs.conf
452 file=/etc/ferm/ferm.conf
453 dir=2/etc/ssl/debian
454 dir=1/etc/ssl/certs
455 file=/etc/unbound/unbound.conf
456 <% if scope.lookupvar('::fqdn') == "draghi.debian.org" -%>
457 file=/etc/openvpn/deb-mgmt-clients.pool
458 <% end -%>
459
460
461 <% if scope.function_has_role(['puppetmaster']) %>
462
463 # Damn you rails apps and your shoddy packaging
464 file=/usr/share/puppet-dashboard/public/stylesheets
465 file=/usr/share/puppet-dashboard/public/javascripts
466 file=/usr/share/puppet-dashboard/public/stylesheets/all.css
467 file=/usr/share/puppet-dashboard/public/javascripts/all.js
468 dir=1/usr/share/puppet-dashboard/tmp/pids
469 <% end -%>
470
471 <% if classes.include?("porterbox") %>
472 file=/etc/cron.weekly/puppet-mail-big-homedirs
473 <% end -%>
474
475 [IgnoreNone]
476 ##
477 ## for these files, all modifications (even access time) are reported
478 ##    - you may create some interesting-looking file (like /etc/safe_passwd),
479 ##      just to watch whether someone will access it ...
480 ##
481
482 [Prelink]
483 ##
484 ## Use for prelinked files or directories holding them
485 ##
486
487
488 [ReadOnly]
489 ##
490 ## for these files, only access time is ignored
491 ##
492 dir=/usr/bin
493 dir=/bin
494 dir=/boot
495 #
496 # SuSE (old) has the boot init scripts in /sbin/init.d/*, 
497 # so we go 3 levels deep
498 #
499 dir=3/sbin
500 dir=/usr/sbin
501 dir=/lib
502 dir=3/usr/lib
503 dir=3/usr/share
504 #
505 # RedHat and Debian have the bootinit scripts in /etc/init.d/* or /etc/rc.d/*, 
506 #        so we go 3 levels deep there too
507 #
508 dir=3/etc
509
510 # Various directories / files that may include / be SUID/SGID binaries
511 #
512 #
513 file=/usr/lib/pt_chown
514 # X11, in Debian X7 this is now a symlink
515 #dir=/usr/X11R6/bin
516 #dir=/usr/X11R6/lib/X11/xmcd/bin
517 # Apache:
518 #file=/usr/lib/apache/suexec
519 #file=/usr/lib/apache/suexec.disabled
520 # Extra directories:
521 #dir=/opt/gnome/bin
522 #dir=/opt/kde/bin
523
524 [User0]
525 [User1]
526 ## User0 and User1 are sections for files/dirs with user-definable checking
527 ## (see the manual) 
528
529
530 [EventSeverity]
531 ##
532 ## Here you can assign severities to policy violations.
533 ## If this severity exceeds the treshold of a log facility (see below),
534 ## a policy violation will be logged to that facility.
535 ##
536 ## Severity for verification failures.
537 ##
538 # SeverityReadOnly=crit
539 # SeverityLogFiles=crit
540 # SeverityGrowingLogs=crit
541 # SeverityIgnoreNone=crit
542 # SeverityAttributes=crit
543 # SeverityUser0=crit
544 # SeverityUser1=crit
545
546 # Default behaviour
547 SeverityReadOnly=crit
548 SeverityLogFiles=crit
549 SeverityGrowingLogs=warn
550 SeverityIgnoreNone=crit
551 SeverityAttributes=crit
552
553
554 ##
555 ## We have a file in IgnoreAll that might or might not be present.
556 ## Setting the severity to 'info' prevents messages about deleted/new file.
557 ##
558 # SeverityIgnoreAll=crit
559 SeverityIgnoreAll=info
560
561 ## Files : file access problems
562 # SeverityFiles=crit
563
564 ## Dirs  : directory access problems
565 # SeverityDirs=crit
566
567 ## Names : suspect (non-printable) characters in a pathname
568 # SeverityNames=crit
569
570 # Default behaviour
571 SeverityFiles=crit
572 SeverityDirs=crit
573 SeverityNames=warn
574
575
576 [Log]
577 ##
578 ## Switch on/OFF log facilities and set their threshold severity
579 ##
580 ## Values: debug, info, notice, warn, mark, err, crit, alert, none.
581 ## 'mark' is used for timestamps.
582 ##
583 ##
584 ## Use 'none' to SWITCH OFF a log facility
585 ## 
586 ## By default, everything equal to and above the threshold is logged.
587 ## The specifiers '*', '!', and '=' are interpreted as  
588 ## 'all', 'all but', and 'only', respectively (like syslogd(8) does, 
589 ## at least on Linux). Examples:
590 ## MailSeverity=*
591 ## MailSeverity=!warn
592 ## MailSeverity==crit
593
594 ## E-mail
595 ##
596 # MailSeverity=none
597
598 ## Console
599 ##
600 # PrintSeverity=info
601
602 ## Logfile
603 ##
604 # LogSeverity=mark
605
606 ## Syslog
607 ##
608 # SyslogSeverity=none
609
610 ## Remote server (yule)
611 ##
612 # ExportSeverity=none
613
614 ## External script or program
615 ##
616 # ExternalSeverity = none
617
618 ## Logging to a database
619 ##
620 # DatabaseSeverity = none
621
622 # Default behaviour
623 MailSeverity=crit
624 PrintSeverity=none
625 LogSeverity=info
626 SyslogSeverity=alert
627 #ExportSeverity=none
628
629
630
631
632
633 #####################################################
634 #
635 # Optional modules
636 #
637 #####################################################
638
639 # [SuidCheck]
640 ##
641 ## --- Check the filesystem for SUID/SGID binaries
642 ## 
643
644 ## Switch on
645 #
646 # SuidCheckActive = yes
647
648 ## Interval for check (seconds)
649 #
650 # SuidCheckInterval = 7200
651
652 ## Alternative: crontab-like schedule
653 #
654 # SuidCheckSchedule = NULL
655  
656 ## Directory to exclude 
657 #
658 # SuidCheckExclude = NULL
659
660 ## Limit on files per second (0 == no limit)
661 #
662 # SuidCheckFps = 0
663
664 ## Alternative: yield after every file
665 #
666 # SuidCheckYield = no
667
668 ## Severity of a detection
669 #
670 # SeveritySuidCheck = crit
671
672 ## Quarantine SUID/SGID files if found
673 #
674 # SuidCheckQuarantineFiles = yes
675
676 ## Method for Quarantining files:
677 #  0 - Delete or truncate the file.
678 #  1 - Remove SUID/SGID permissions from file.
679 #  2 - Move SUID/SGID file to quarantine dir.
680 #
681 # SuidCheckQuarantineMethod = 0
682
683 ## For method 1 and 3, really delete instead of truncating
684
685 # SuidCheckQuarantineDelete = yes
686
687 # [Kernel]
688 ##
689 ## --- Check for loadable kernel module rootkits (Linux/FreeBSD only) 
690 ##
691
692 ## Switch on/off
693 #
694 #KernelCheckActive = True
695
696 ## Check interval (seconds); btw., the check is VERY fast
697 #
698 # KernelCheckInterval = 300
699
700 ## Severity
701 #
702 # SeverityKernel = crit
703
704
705 # [Utmp]
706 ##
707 ## --- Logging of login/logout events
708 ##
709
710 ## Switch on/off
711 #
712 # LoginCheckActive = True
713
714 ## Severity for logins, multiple logins, logouts
715
716 # SeverityLogin=info
717 # SeverityLoginMulti=warn
718 # SeverityLogout=info
719
720 ## Interval for login/logout checks
721 #
722 # LoginCheckInterval = 300
723
724
725 # [Database]
726 ##
727 ## --- Logging to a relational database
728 ##
729
730 ## Database name
731 #
732 # SetDBName = samhain
733
734 ## Database table
735 #
736 # SetDBTable = log
737
738 ## Database user
739 #
740 # SetDBUser = samhain
741
742 ## Database password
743 #
744 # SetDBPassword = (default: none)
745
746 ## Database host
747 #
748 # SetDBHost = localhost
749
750 ## Log the server timestamp for received messages
751 #
752 # SetDBServerTstamp = True
753
754 ## Use a persistent connection
755 #
756 # UsePersistent = True
757
758 # [External]
759 ##
760 ## Interface to call external scripts/programs for logging
761 ##
762
763 ## The absolute path to the command
764 ## - Each invocation of this directive will end the definition of the
765 ##   preceding command, and start the definition of 
766 ##   an additional, new command
767 #
768 # OpenCommand = (no default)
769
770 ## Type (log or rv)
771 ## - log for log messages, srv for messages received by the server
772 #
773 # SetType = log
774
775 ## The command (full command line) to execute
776 #
777 # SetCommandLine = (no default)
778
779 ## The environment (KEY=value; repeat for more)
780 #
781 # SetEnviron = TZ=(your timezone)
782
783 ## The TIGER192 checksum (optional)
784 #
785 # SetChecksum = (no default)
786
787 ## User who runs the command
788 #
789 # SetCredentials = (default: samhain process uid)
790
791 ## Words not allowed in message
792 #
793 # SetFilterNot = (none)
794
795 ## Words required (ALL of them)
796 #
797 # SetFilterAnd = (none)
798
799 ## Words required (at least one)
800 #
801 # SetFilterOr = (none)
802
803 ## Deadtime between consecutive calls
804 #
805 # SetDeadtime = 0
806
807 ## Add default environment (HOME, PATH, SHELL)
808 #
809 # SetDefault = no
810
811
812 #####################################################
813 #
814 # Miscellaneous configuration options
815 #
816 #####################################################
817
818 [Misc]
819
820 ## whether to become a daemon process
821 ## (this is not honoured on database initialisation)
822 #
823 # Daemon = no
824 Daemon = yes
825
826 ## whether to test signature of files (init/check/none)
827 ## - if 'none', then we have to decide this on the command line -
828 #
829 # ChecksumTest = none
830 ChecksumTest=check
831
832 ## whether to drop linux capabilities that are not required
833 ## - will make a root process a 'mere mortal' in many respects
834 #
835 # UseCaps = yes
836
837 ## Set nice level (-19 to 19, see 'man nice'),
838 ## and I/O limit (kilobytes per second; 0 == off)
839 ## to reduce load on host.
840 #
841 # SetNiceLevel = 0
842 # SetIOLimit = 0
843
844 ## The version string to embed in file signature databases
845 #
846 # VersionString = NULL
847
848 ## Interval between time stamp messages
849 #
850 # SetLoopTime = 60
851 SetLoopTime = 600
852
853 ## Interval between file checks 
854 #
855 # SetFileCheckTime = 600
856 SetFileCheckTime = 7200
857
858 ## Alternative: crontab-like schedule
859 #
860 # FileCheckScheduleOne = NULL
861
862 ## Alternative: crontab-like schedule(2)
863 #
864 # FileCheckScheduleTwo = NULL
865
866 ## Report only once on modified fles 
867 ## Setting this to 'FALSE' will generate a report for any policy 
868 ## violation (old and new ones) each time the daemon checks the file system.
869 #
870 # ReportOnlyOnce = True
871
872 ## Report in full detail
873 #
874 # ReportFullDetail = False
875
876 ## Report file timestamps in local time rather than GMT
877 #
878 # UseLocalTime = No
879
880 ## The console device (can also be a file or named pipe)
881 ## - There are two console devices. Accordingly, you can use
882 ##   this directive a second time to set the second console device.
883 ##   If you have not defined the second device at compile time,
884 ##   and you don't want to use it, then:
885 ##   setting it to /dev/null is less effective than just leaving
886 ##   it alone (setting to /dev/null will waste time by opening
887 ##   /dev/null and writing to it)
888 #
889 # SetConsole = /dev/console
890
891 ## Activate the SysV IPC message queue
892 #
893 # MessageQueueActive = False
894
895
896 ## If false, skip reverse lookup when connecting to a host known 
897 ## by name rather than IP address (i.e. trust the DNS)
898 #
899 # SetReverseLookup = True
900
901 ## --- E-Mail ---
902
903 # Only highest-level (alert) reports will be mailed immediately,
904 # others will be queued. Here you can define, when the queue will
905 # be flushed (Note: the queue is automatically flushed after
906 # completing a file check).
907 #
908 SetMailTime = 86400
909
910 ## Maximum number of mails to queue
911 #
912 SetMailNum = 10
913
914 ## Recipient (max. 8)
915 #
916 SetMailAddress=samhain-reports@<%= fqdn -%>
917
918 SetMailRelay = localhost
919
920 ## Custom subject format
921 #
922 MailSubject = [Samhain at %H] %T: %S
923
924 ## --- end E-Mail ---
925
926 ## Path to the prelink executable
927 #
928 # SetPrelinkPath = /usr/sbin/prelink
929
930 ## TIGER192 checksum of the prelink executable
931 #
932 # SetPrelinkChecksum = (no default)
933
934
935 ## Path to the executable. If set, will be checksummed after startup
936 ## and before exit.
937 #
938 # SamhainPath = (no default)
939
940
941 ## The IP address of the log server
942 #
943 # SetLogServer = (default: compiled-in)
944
945 ## The IP address of the time server
946 #
947 # SetTimeServer = (default: compiled-in)
948
949 ## Trusted Users (comma delimited list of user names) 
950 #
951 # TrustedUser = (no default; this adds to the compiled-in list)
952
953 ## Path to the file signature database
954 #
955 # SetDatabasePath = (default: compiled-in)
956
957 ## Path to the log file
958 #
959 # SetLogfilePath = (default: compiled-in)
960
961 ## Path to the PID file
962 #
963 # SetLockPath = (default: compiled-in)
964
965
966 ## The digest/checksum/hash algorithm
967 #
968 # DigestAlgo = TIGER192
969
970
971 ## Custom format for message header. 
972 ## CAREFUL if you use XML logfile format.
973 ##
974 ## %S severity
975 ## %T timestamp
976 ## %C class
977 ##
978 ## %F source file
979 ## %L source line
980 #
981 # MessageHeader="%S %T "
982
983
984 ## Don't log path to config/database file on startup
985 #
986 # HideSetup = False
987
988 ## The syslog facility, if you log to syslog
989 #
990 # SyslogFacility = LOG_AUTHPRIV
991 SyslogFacility=LOG_LOCAL2
992
993 ## The message authentication method
994 ## - If you change this, you *must* change it
995 ##   on client *and* server
996 #
997 # MACType = HMAC-TIGER
998
999
1000 ## everything below is ignored
1001 [EOF]
1002
1003 #####################################################################
1004 # This would be the proper syntax for parts that should only be
1005 #    included for certain hosts.
1006 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
1007 #    result still has the proper syntax for the config file.
1008 # You may have any number of @HOSTNAME/@end brackets.
1009 # HOSTNAME should be the fully qualified 'official' name 
1010 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
1011 #    No IP number - except if samhain cannot determine the 
1012 #    fully qualified hostname.
1013 #
1014 # @HOSTNAME
1015 # file=/foo/bar
1016 # @end
1017 #
1018 # These are two examples for conditional inclusion/exclusion
1019 # of a machine based on the output from 'uname -srm'
1020 # $Linux:2.*.7:i666
1021 # file=/foo/bar3
1022 # $end
1023 #
1024 # !$Linux:2.*.7:i686
1025 # file=/foo/bar2
1026 # $end
1027 #
1028 #####################################################################