diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-10-24 18:47:06 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-10-24 18:47:06 +0100 |
commit | c7168a9ace8dd72431acaedb19a9ef8c9ab25e11 (patch) | |
tree | fd656474ab83f3ca8d1d1b79f7d17ccab72c7b48 | |
parent | ddddeb0d4b16e09fb75c8973e431d23bda72faf0 (diff) | |
download | md-content-c7168a9ace8dd72431acaedb19a9ef8c9ab25e11.tar.gz md-content-c7168a9ace8dd72431acaedb19a9ef8c9ab25e11.zip |
Updated linux kernel compilation grsecurity section
-rw-r--r-- | md/writeup/compile_linux_kernel.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |