-
Notifications
You must be signed in to change notification settings - Fork 0
/
control
88 lines (85 loc) · 3.65 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: aide
Section: admin
Priority: optional
Maintainer: Aide Maintainers <[email protected]>
Uploaders: Marc Haber <[email protected]>,
Hannes von Haugwitz <[email protected]>
Build-Depends: bison,
check,
debconf-utils,
autoconf-archive,
flex (>= 2.5.32),
libacl1-dev,
libattr1-dev,
libaudit-dev [linux-any],
libcap-dev [linux-any],
libext2fs-dev (>= 1.45.5),
libmhash-dev (>= 0.9.7),
libpcre2-dev,
libselinux1-dev [linux-any],
pkg-config,
po-debconf (>= 0.5.0),
zlib1g-dev
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/aide
Vcs-Git: https://salsa.debian.org/debian/aide.git
Homepage: https://aide.github.io
Standards-Version: 4.6.2
Package: aide
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: aide-common (= ${source:Version})
Suggests: figlet
Provides: aide-binary
Replaces: aide-dynamic, aide-xen
Description: Advanced Intrusion Detection Environment - dynamic binary
AIDE is an intrusion detection system that detects changes to files on
the local system. It creates a database from the regular expression rules
that it finds from the config file. Once this database is initialized
it can be used to verify the integrity of the files. It has several
message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are
used to check the integrity of the file. More algorithms can be added
with relative ease. All of the usual file attributes can also be checked
for inconsistencies.
Package: aide-common
Architecture: all
Depends: aide (>= 0.17),
liblockfile1,
ucf (>= 2.0020),
${misc:Depends}
Recommends: cron | cron-daemon,
bsd-mailx | mailx | s-nail
Description: Advanced Intrusion Detection Environment - Common files
AIDE is an intrusion detection system that detects changes to files on
the local system. It creates a database from the regular expression rules
that it finds from the config file. Once this database is initialized
it can be used to verify the integrity of the files. It has several
message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are
used to check the integrity of the file. More algorithms can be added
with relative ease. All of the usual file attributes can also be checked
for inconsistencies.
.
This package contains base and configuration files that are needed to
run the actual binaries.
.
You will almost certainly want to tweak the configuration file in
/etc/aide/aide.conf or drop your own config snippets into
/etc/aide/aide.conf.d.
Package: aide-dynamic
Architecture: all
Depends: aide (>= 0.17.3-5~), ${misc:Depends}
Recommends: aide-common (= ${source:Version})
Section: oldlibs
Description: Advanced Intrusion Detection Environment - transitional package
AIDE is an intrusion detection system that detects changes to files on
the local system. It creates a database from the regular expression rules
that it finds from the config file. Once this database is initialized
it can be used to verify the integrity of the files. It has several
message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are
used to check the integrity of the file. More algorithms can be added
with relative ease. All of the usual file attributes can also be checked
for inconsistencies.
.
This is a transitional package to allow the seamless replacement of the
aide-dynamic package with the normal aide package, which is now also
dynamically linked. See NEWS.Debian for an explanation.