File: control

package info (click to toggle)
osiris 4.2.3-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,588 kB
  • ctags: 12,012
  • sloc: ansic: 114,200; sh: 14,677; cpp: 2,038; makefile: 1,775; awk: 1,385; perl: 611; tcl: 27; asm: 14; python: 12
file content (48 lines) | stat: -rw-r--r-- 1,873 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
Source: osiris
Section: admin
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>= 7), libssl-dev, autotools-dev
Standards-Version: 3.8.3

Package: osiris
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Description: network-wide system integrity monitor control interface
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the control program used to communicate with
 the Osiris central management daemon, and should be installed on any system
 from which administrators will manage Osiris.

Package: osirisd
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, adduser
Description: network-wide system integrity monitor scanning agent
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the scanning agent that should be installed
 on each system that is to be monitored by Osiris.

Package: osirismd
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, adduser
Description: network-wide system integrity monitor central management daemon
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the centralised management daemon, which is responsible
 for collecting scan databases, comparisons, processing reports, and notifying
 administrators of changes.  This needs only to be installed in one central,
 secure host.