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