Linux Hardening Guide

edited December 2020 in Technical

Linux is not a secure operating system. However, there are steps you can take to improve it. This guide aims to explain how to harden Linux as much as possible for security and privacy. This guide attempts to be distribution-agnostic and is not tied to any specific one.

DISCLAIMER: Do not attempt to apply anything in this article if you do not know exactly what you are doing. This guide is focused purely on security and privacy, not performance, usability, or anything else.

https://madaidans-insecurities.github.io/guides/linux-hardening.html

Thanked by (2)ehab ferri
Tagged:

Comments

  • cybertechcybertech OGBenchmark King

    obscurity is the best security!

    I bench YABS 24/7/365 unless it's a leap year.

  • Use a distribution with an init system other than systemd. systemd contains a lot of unnecessary attack surface; it attempts to do far more things than necessary and goes beyond what an init system should do. An init system should not need many lines of code to function properly.

    It seems Debian and CentOS, two main distros are abandoning/or abandoned init.

  • @aRNoLD said: it attempts to do far more things than necessary and goes beyond what an init system should do. An init system should not need many lines of code to function properly.

    Sounds remarkably like some control panels. ;)

    It wisnae me! A big boy done it and ran away.
    NVMe2G for life! until death (the end is nigh)

  • Linux is not a secure operating system

    Linux is a kernel

    Thanked by (1)Shazan
Sign In or Register to comment.