File: control

package info (click to toggle)
hardening-runtime 2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 48 kB
  • sloc: sh: 13; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 937 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
Source: hardening-runtime
Section: kernel
Priority: optional
Maintainer: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper-compat (= 11)
Standards-Version: 4.4.0
Homepage: https://salsa.debian.org/corsac/hardening-runtime
Vcs-Git: https://salsa.debian.org/corsac/hardening-runtime.git
Vcs-Browser: https://salsa.debian.org/corsac/hardening-runtime

Package: hardening-runtime
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Runtime hardening configuration files
 This package contains configuration files intended to improve at runtime the
 hardening of a default Debian installation. It uses Linux kernel
 self-protection project recommended settings.
 .
 It supports:
  * Linux command line, when using grub
  * sysctl
 .
 Some options have side effects on performance or usability, users are
 encouraged to tune the configuration files according to README.Debian in order
 to fit their system.