NixOS Hardening: Difference between revisions

Golbinex (talk | contribs)
Undo revision 32112 by Pandapip1 (talk) Even though linux-hardened was removed from nixpkgs, linux-hardened itself is not discontinued and this part shows how to build it from source.
Golbinex (talk | contribs)
mNo edit summary
Line 1: Line 1:
== Kernel ==
== Kernel ==
=== linux-hardened ===
=== linux-hardened ===
[https://github.com/anthraxx/linux-hardened linux-hardened] is a Linux kernel with additional hardening patches applied. You can build it from source, but you have too keep the kernel up to date. You can check for latest releases [https://github.com/anthraxx/linux-hardened/releases here].
[https://github.com/anthraxx/linux-hardened linux-hardened] is a Linux kernel with additional hardening patches applied. You can build it from source, but you have to keep the kernel up to date for receiving security patches. You can check for latest releases [https://github.com/anthraxx/linux-hardened/releases here].


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">