File: control

package info (click to toggle)
aide 0.17.3-4%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,864 kB
  • sloc: ansic: 9,101; sh: 5,873; lex: 690; yacc: 119; makefile: 114
file content (111 lines) | stat: -rw-r--r-- 4,688 bytes parent folder | download
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Source: aide
Section: admin
Priority: optional
Maintainer: Aide Maintainers <aide@packages.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>, Hannes von Haugwitz <hannes@vonhaugwitz.com>
Build-Depends: debhelper-compat (= 13),
 pkg-config,
 debconf-utils,
 zlib1g-dev,
 libpcre3-dev,
 libmhash-dev (>= 0.9.7),
 flex (>= 2.5.32),
 bison,
 po-debconf (>= 0.5.0),
 libselinux1-dev [linux-any],
 libaudit-dev [linux-any],
 libattr1-dev,
 libacl1-dev,
 libcap-dev [linux-any],
 libext2fs-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.5.1

Package: aide
Architecture: any
Depends: ${misc:Depends}
Suggests: figlet
Recommends: aide-common (= ${source:Version})
Built-Using: ${Built-Using}
Provides: aide-binary
Conflicts: aide-dynamic
Replaces: aide-xen
Description: Advanced Intrusion Detection Environment - static 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.
 .
 This package contains the statically linked binary for "normal"
 systems.

Package: aide-xen
Architecture: all
Depends: ${misc:Depends}, aide
Recommends: aide-common (= ${source:Version})
Built-Using: ${Built-Using}
Conflicts: aide-dynamic
Priority: optional
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-xen package with the normal aide package. The reason for aide-xen
 does not seem to exist any more. If you have difficulties with running aide
 on XEN-enabled systems in Dom0 or DomU, please file a bug.

Package: aide-dynamic
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: aide-common (= ${source:Version})
Provides: aide-binary
Conflicts: aide, 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.
 .
 This package contains a dynamically linked binary and should only be
 used in exeptional circumstances. To avoid exposure to trojaned
 libraries, it is advised to use one of the statically linked binaries.

Package: aide-common
Architecture: all
Depends: ${misc:Depends}, aide (>= 0.17) | aide-dynamic (>= 0.17), bsd-mailx | mailx, liblockfile1, ucf (>= 2.0020)
Recommends: cron
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.