Differences between revisions 58 and 59
Revision 58 as of 2019-09-14 23:23:05
Size: 4337
Editor: nodiscc
Comment: backup links moved to BackupAndRestore
Revision 59 as of 2019-09-15 12:00:33
Size: 4349
Editor: nodiscc
Comment: restrict search to english pages
Deletions are marked like this. Additions are marked like this.
Line 57: Line 57:
<<FullSearch(CategorySystemSecurity)>> <<FullSearch(language:en CategorySystemSecurity)>>

Translation(s): English - Français - Italiano



https://www.debian.org/logos/openlogo-nd-50.png https://www.debian.org/Pics/debian.png

Portal/IDB/logo_portal.png Welcome to Debian security management


Portal/IDB/icon-security-32x32.png This portal talk about managing security on your system. Technical language could be used.

https://www.debian.org/doc/manuals/securing-debian-howto/ - Securing Debian Manual
https://www.debian.org/security/ - Information about Debian Security

  • Computer security, cybersecurity or information technology security (IT security) is the protection of computer systems from the theft of or damage to their hardware, software, or electronic data, as well as from the disruption or misdirection of the services they provide. The field is becoming more important due to increased reliance on computer systems, the Internet, wireless networks, the growth of "smart"/"Internet of things" devices.

Some common principles of computer security include:

  • Threat models: Some will only want to prevent access to their computer/account when leaving it a few minutes to make coffee - this is simply dealt with (installing a screen locker). Some may want to stop sophisticated gangs from breaking into their systems - this requires a whole shift in thinking so that everything you do has security in mind.

  • Defense in depth: building layer upon layer of security measures - hence not only relying on one layer of security, but many different measures which would all have to be circumvented in order to compromise the system.

  • A weakest link is any component in a system, that will cause the whole security strategy to fail if defeated.

  • Security is a process, not a product: just buying or setting up a technology solution will not provide you security on its own - security is an ongoing technological and human process.


The Securing Debian manual describes security in Debian, securing and hardening the default Debian GNU/Linux installation, common tasks to set up a secure network environment, and additional information on available security tools.


Security checklist

This covers only some aspects of securing a system:

  • Read the Securing Debian manual

  • Subscribe to the debian-security-announce mailing list for information on security advisories, and/or the higher traffic debian-security list.

  • Only install software from trusted sources. Use SecureApt to validate package signatures. Minimize installed software.

  • Enforce privilege separation using Linux users/groups, ?Sandboxing or Virtualization methods.

  • Minimize running software - check for running processes that you do net need (ps, top, , monitoring systems...), minimize running services

  • Use a ?Firewall to restrict network access to and from your system. Close any ports that you do not need open. check for unwanted open ports/services (ss, netstat...). Disable networking in applications that do not need it.

  • Use strong Cryptography (encrypted network protocols)

  • Prevent data loss with a good Backup strategy

  • Increase availability by adding redundancy/failover mechanisms (RAID...)

Wiki pages

List of pages related to security management in Debian:


CategoryPortal | CategorySystemAdministration | CategorySystemSecurity | CategoryNetwork