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