File: control

package info (click to toggle)
lockdown 0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • ctags: 4
  • sloc: sh: 80; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: lockdown
Section: admin
Priority: optional
Maintainer: Matt Taggart <taggart@debian.org>
Build-Depends: debhelper (>= 9), dh-systemd
Standards-Version: 3.9.8
Homepage: https://gitlab.com/taggart/lockdown
Vcs-Git: https://gitlab.com/taggart/lockdown.git
Vcs-Browser: https://gitlab.com/taggart/lockdown

Package: lockdown
Architecture: all
Depends: lsb-base, ${misc:Depends}
Description: make it harder for attackers to compromise your system
 Does some basic things to reduce system attack surface. Primarily it
 will disable kernel module loading after boot to prevent security
 bugs in unused modules from being used to compromise a system.
 WARNING: This may prevent hardware and other subsystems from working,
 be sure to read the documentation before rebooting.