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