]> git.pld-linux.org Git - packages/aide.git/blame - aide.conf
- added new rule "Exists" (u+g+p)
[packages/aide.git] / aide.conf
CommitLineData
c873d5b1
GS
1#AIDE conf
2
3database=file:/var/lib/aide/aide.db
4database_out=file:/var/lib/aide/aide.db.new
5
6 # Here are all the things we can check - these are the default rules
7 #
8 #p: permissions
9 #i: inode
10 #n: number of links
11 #u: user
12 #g: group
13 #s: size
14 #b: block count
15 #m: mtime
16 #a: atime
17 #c: ctime
18 #S: check for growing size
19 #md5: md5 checksum
20 #sha1: sha1 checksum
21 #rmd160: rmd160 checksum
22 #tiger: tiger checksum
23 #R: p+i+n+u+g+s+m+c+md5
24 #L: p+i+n+u+g
25 #E: Empty group
26 #>: Growing logfile p+u+g+i+n+S
27
28 # You can alse create custom rules - my home made rule definition goes like this
29 #
30# /etc p+i+u+g #check only permissions, inode, user and group for etc
31# /bin MyRule # apply the custom rule to the files in bin
32# /sbin MyRule # apply the same custom rule to the files in sbin
33# /usr/bin MyRule
34# /usr/sbin MyRule
35# /var MyRule
36# !/var/log/.* # ignore the log dir it changes too often
37# !/var/spool/.* # ignore spool dirs as they change too often
38
39MyRule = p+i+n+u+g+s+b+m+c+md5+sha1
40All=R+a+sha1+rmd160+tiger
41Standard=s+p+u+g+c+md5+sha1
42Min=s+p+u+g+c+sha1
43Minetc=s+p+u+g+sha1
c2c46841
SZ
44Exists=p+u+g
45
c873d5b1
GS
46/boot Standard
47/lib Standard
48/etc Minetc
49/bin Standard
50/sbin MyRule
51/usr/sbin MyRule
52!/usr/tmp
7006311c
PG
53#!/usr/local/man/whatis
54#!/usr/lib/perl5/man/whatis
c873d5b1
GS
55!/usr/share/man/whatis
56!/usr/X11R6/man/whatis
57/usr Standard
58/usr/local/etc Min
59/var Min
c2c46841 60/var/lib Exists
c873d5b1
GS
61/var/lib/rpm Standard
62!/var/tmp
63!/var/lock
64!/var/lost+found
65!/var/log
66!/var/spool
67!/var/run
68!/var/account
c873d5b1
GS
69!/var/cache
70!/var/mail
This page took 0.090279 seconds and 4 git commands to generate.