OSDN Git Service

set initial value (-1) to catd to avoid segmentation fault by catgets called before...
[openpts/openpts.git] / dist / aide.conf
1 # Example configuration file for AIDE and Linux-IMA.
2
3 @@define DBDIR /var/lib/aide
4 @@define LOGDIR /var/log/aide
5
6 # The location of the database to be read.
7 database=file:@@{DBDIR}/aide.db.gz
8
9 # The location of the database to be written.
10 database_out=file:@@{DBDIR}/aide.db.new.gz
11
12 # Whether to gzip the output to database
13 gzip_dbout=yes
14
15 # Default.
16 verbose=5
17
18 report_url=file:@@{LOGDIR}/aide.log
19 report_url=stdout
20
21
22 # rules.
23 IMA = p+u+g+acl+xattrs+sha1+sha256+sha512
24
25 # Next decide what directories/files you want in the database.
26
27 /boot   IMA
28 /bin    IMA
29 /sbin   IMA
30 /lib    IMA
31 /lib64  IMA
32 /opt    IMA
33 /usr    IMA
34 /etc    IMA
35 /var    IMA
36 /root   IMA
37 !/dev    IMA
38 !/home   IMA
39 !/media  IMA
40 !/misc   IMA
41 !/mnt    IMA
42 !/net    IMA
43 !/proc   IMA
44 !/sys    IMA
45 !/tmp    IMA
46 !/gsa
47 !/gsacache
48 !/gsaro
49
50