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