Pārlūkot izejas kodu

Added new configuration file. Unfortunately it is not used by default, because integrit requires that the admin type the name of the config file at the commandline.

Michael Schloh von Bennewitz 24 gadi atpakaļ
vecāks
revīzija
c06b5be91c
1 mainītis faili ar 23 papildinājumiem un 0 dzēšanām
  1. 23 0
      integrit/integrit.conf

+ 23 - 0
integrit/integrit.conf

@@ -0,0 +1,23 @@
+##
+##  integrit.conf -- integrit configuration
+##
+##  Please remember that paths cannot end with a slash.
+##  Integrit is particularly sensitive to this rule, and
+##  at best an error will be produced during processing.
+##
+
+#   Location of a known good database to use for reference when testing integrity
+known=@l_prefix@/share/integrit/known.cdb
+
+#   Location for a new database used when testing integrity
+current=@l_prefix@/share/integrit/current.cdb
+
+#   Test integrity of the files in this directory and subdirectories thereof
+root=/usr
+
+#   Exclude this subdirectory of 'root' during integrity testing
+#!/usr/lost+found
+
+#   Include this subdirectory of 'root' but do not decend further
+#=/usr/local/share
+