From c7168a9ace8dd72431acaedb19a9ef8c9ab25e11 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 24 Oct 2016 18:47:06 +0100 Subject: Updated linux kernel compilation grsecurity section --- md/writeup/compile_linux_kernel.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/md/writeup/compile_linux_kernel.md b/md/writeup/compile_linux_kernel.md index 52fa7d9..c916c96 100644 --- a/md/writeup/compile_linux_kernel.md +++ b/md/writeup/compile_linux_kernel.md @@ -122,6 +122,14 @@ https://grsecurity.net/ Latest patches could be downloaded from https://grsecurity.net/download.php#test +Apply patch +``` +cd linux-4.7.10 +patch -p1 < ../grsecurity-3.1-4.7.10-201610222037.patch +``` + +Should work without troubles + ### Tomoyo MAC based securty mechanism -- cgit v1.2.3