File: control

package info (click to toggle)
audit 1.7.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,008 kB
  • ctags: 3,086
  • sloc: ansic: 31,063; sh: 10,020; python: 3,864; makefile: 651; sed: 16
file content (68 lines) | stat: -rw-r--r-- 2,353 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
Source: audit
Priority: extra
Maintainer: Philipp Matthias Hahn <pmhahn@debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
 python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), swig,
 automake1.9, autoconf (>= 2.59), libtool, autotools-dev, quilt,
 intltool, cvs, libprelude-dev, libldap2-dev
Build-Conflicts: autoconf2.13, automake1.4
XS-Python-Version: all
Standards-Version: 3.8.0
Section: libs
Homepage: http://people.redhat.com/sgrubb/audit/

Package: auditd
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6)
Description: User space tools for security auditing
 The audit package contains the user space utilities for
 storing and searching the audit records generate by
 the audit subsystem in the Linux 2.6 kernel.
 .
 Also contains the audit dispatcher "audisp".

Package: libaudit0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Dynamic library for security auditing
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework.

Package: libaudit-dev
Section: libdevel
Architecture: any
Depends: libaudit0 (= ${binary:Version})
Description: Header files and static library for security auditing
 The audit-libs-devel package contains the static libraries and header
 files needed for developing applications that need to use the audit
 framework libraries.

Package: python-audit
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for security auditing
 The audit-libs-python package contains the bindings so that libaudit
 and libauparse can be used by Python.

Package: audispd-plugins
Section: admin
Architecture: any
Depends: auditd, ${shlibs:Depends}
Description: Plugins for the audit event dispatcher
 The audispd-plugins package provides plugins for the real-time
 interface to the audit system, audispd. These plugins can do things
 like relay events to remote machines or analyze events for suspicious
 behavior.

#Package: system-config-audit
#Section: admin
#Architecture: any
#Depends: python-audit, ${shlibs:Depends}
#Description: Graphical utility for editing audit configuration
# The system-config-audit package provides a graphical users interface for
# configuring the Linux audit subsystem.