File: control

package info (click to toggle)
checksecurity 2.0.16%2Bnmu3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: sh: 285; perl: 202; makefile: 74
file content (35 lines) | stat: -rw-r--r-- 1,544 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
Source: checksecurity
Section: admin
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <jfs@computer.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 7)

Package: checksecurity
Architecture: all
Depends: cron (>= 3.0pl1-74) | anacron | fcron, debconf (>= 0.5) | debconf-2.0, perl (>= 5.8.0), util-linux (>= 2.15~rc1-1)
Recommends: tiger, logcheck, tripwire | integrit | aide | samhain | fcheck, debsecan
Suggests: apt-watch | cron-apt, lockfile-progs
Conflicts: lockfile-progs (<< 0.1.7)
Replaces: cron
Provides:
Description: basic system security checks
 Checksecurity can periodically do some very basic system security checks:
 .
    * check-setuid  - scans for insecurely mounted remote file systems,
      and tracks changes in setuid programs;
    * check-sockets - tracks changes in open ports to detect rogue programs;
    * check-passwd  - scans for empty or duplicate system accounts;
    * check-disfree - scans for mounted filesystems nearing capacity;
    * check-iptables-logs -  scans logs generated by iptables and look
      for intrusion attempts.
 .
 Be aware that these minimal set of checks are no substitute for a full
 security auditing and integrity checking system.
 .
 In addition to these checks you are encourage to install additional packages
 (listed in "Recommends") to provide more information concerning the security
 or vulnerability of your system.
 .
 Installing the suggested package lockfile-progs can help to prevent
 the cron jobs running multiple times if something gets jammed.