User Tools

Site Tools


linux_hardened

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
linux_hardened [2017/11/29 07:37]
val создано
linux_hardened [2017/12/04 13:41]
val [Hardened Gentoo]
Line 1: Line 1:
 ====== Linux Hardened ====== ====== Linux Hardened ======
  
 +  * [[https://​ru.wikipedia.org/​wiki/​Grsecurity|Grsecurity]]
 +
 +===== Hardened Gentoo =====
 +
 +  * [[https://​wiki.gentoo.org/​wiki/​Hardened/​Introduction_to_Hardened_Gentoo|Introduction to Hardened Gentoo]]
 +  * [[https://​wiki.gentoo.org/​wiki/​Hardened_Gentoo/​ru|Hardened Gentoo]]
 +  * [[Управление ядром и модулями в Linux#​Сборка ядра в Gentoo]]
 +  * Видео урок: [[https://​youtu.be/​-6aM7q27NbM|Использование GRSecurity в Gentoo]]
 +
 +===== Hardened Debian/​Ubuntu =====
 +
 +  * [[http://​compilefailure.blogspot.ru/​2011/​02/​grsecurity-patched-ubuntu-server-lts.html|grsecurity patched kernel for Ubuntu server (LTS)]]
 +  * [[https://​wiki.debian.org/​Hardening|Hardening Debian]]
 +
 +<​code>​
 +# cd /usr/src
 +
 +# wget http://​grsecurity.net/​stable/​grsecurity-X.X.X-X.X.X-201XXXXXXXX.patch
 +
 +# cd linux-*
 +
 +# patch -p1 < ../​grsecurity-X.X.X-X.X.X-201XXXXXXXX.patch
 +
 +# apt-get install gcc-4.6-plugin-dev
 +</​code>​
linux_hardened.txt · Last modified: 2020/06/23 21:51 by val