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