~ubuntu-branches/ubuntu/trusty/aide/trusty

« back to all changes in this revision

Viewing changes to debian/aide.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-10-12 16:10:31 UTC
  • mfrom: (1.1.7 upstream) (5.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101012161031-42m31lgd5d6yngt0
Tags: 0.15.1-1ubuntu1
* Merge with Debian unstable; remaining Ubuntu changes:
  - debian/aide.conf.d/70_aide_dev: escape another special character in
    filenames. (LP #456710)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# This option may be enabled by default in a future release.
11
11
summarize_changes=no
12
12
 
 
13
# Set to no to disable grouping of files in report.
 
14
grouped=yes
 
15
 
13
16
# if you want to sacrifice security for speed, remove some of these
14
 
# checksums. Whirlpool needs to be disabled on sparc and sparc64
15
 
# (#429180, #420547, #152203).
16
 
Checksums = sha256+sha512+rmd160+haval+gost+crc32+tiger+whirlpool
 
17
# checksums. Whirlpool is broken on sparc and sparc64 (see #429180,
 
18
# #420547, #152203).
 
19
Checksums = sha256+sha512+rmd160+haval+gost+crc32+tiger
17
20
 
18
 
# check Permissions, Owner and Group
19
 
OwnerMode = p+u+g
 
21
# check permissions, owner, group and file type
 
22
OwnerMode = p+u+g+ftype
20
23
 
21
24
# Check size and block count
22
25
Size = s+b
23
26
 
24
27
# Files that stay static
25
 
InodeData = OwnerMode+n+i+Size+l+acl+xattrs_SELINUX_
 
28
InodeData = OwnerMode+n+i+Size+l+acl+xattrs+e2fsattrs_SELINUX_
26
29
StaticFile = m+c+Checksums
27
30
 
28
31
# Files that stay static but are copied to a ram disk on startup
39
42
VarInode = VarTime-i
40
43
 
41
44
# Files that change their contents during system operation
42
 
VarFile = OwnerMode+n+l+acl+xattrs_SELINUX_
 
45
VarFile = OwnerMode+n+l+acl+xattrs+e2fsattrs_SELINUX_
43
46
 
44
47
# Directories that change their contents during system operation
45
 
VarDir = OwnerMode+n+i+acl+xattrs_SELINUX_
 
48
VarDir = OwnerMode+n+i+acl+xattrs+e2fsattrs_SELINUX_
46
49
 
47
50
# Directories that are recreated regularly and change their contents
48
 
VarDirInode = OwnerMode+n+acl+xattrs_SELINUX_
 
51
VarDirInode = OwnerMode+n+acl+xattrs+e2fsattrs_SELINUX_
49
52
 
50
53
# Directories that change their mtimes or ctimes but not their contents
51
54
VarDirTime = InodeData
138
141
 
139
142
# Logs grow in size. Log rotation of these logs will be reported, so
140
143
# this should only be used for logs that are not rotated daily.
141
 
Log = OwnerMode+n+S+acl+xattrs_SELINUX_
 
144
Log = OwnerMode+n+S+acl+xattrs+e2fsattrs_SELINUX_
142
145
 
143
146
# Logs that are frequently rotated
144
147
FreqRotLog = Log-S