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