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 [2018/02/08 13:05]
val [Hardened Debian/Ubuntu]
Line 1: Line 1:
 ====== Linux Hardened ====== ====== Linux Hardened ======
 +
 +  * [[https://​ru.wikipedia.org/​wiki/​Grsecurity|Grsecurity]]
 +
 +===== Hardened Gentoo =====
 +
 +  * Видео урок: [[https://​youtu.be/​-6aM7q27NbM|Использование GRSecurity в 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]]
 +
 +
 +<​code>​
 +HW: 2048GB 2CPU, HDD 16Gb
 +
 +gentoo ~ # rm /usr/src
 +
 +gentoo ~ # time emerge --oneshot gcc
 +real    83m7.695s
 +user    127m57.571s
 +sys     ​13m31.611s
 +
 +gentoo ~ # time emerge --oneshot binutils virtual/​libc
 +real    8m0.371s
 +user    10m8.256s
 +sys     ​1m33.139s
 +
 +gentoo ~ # time emerge --emptytree --verbose @world
 +real    39m26.852s
 +user    41m13.918s
 +sys     ​12m43.084s
 +</​code>​
 +
 +  * [[Управление ядром и модулями в Linux#​Сборка ядра в Gentoo]]
 +===== Hardened Debian =====
 +
 +  * [[https://​wiki.debian.org/​Hardening|Hardening Debian]]
  
linux_hardened.txt · Last modified: 2020/06/23 21:51 by val