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