diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-09-14 22:44:17 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-09-14 22:44:17 +0100 |
commit | 5bb2a9ffc2f984975af33508ff9259a5b0af4ffb (patch) | |
tree | 32086876688f88c1019cb0bbb1bd731eda590204 /md/writeup | |
parent | 8e04380436866e5d35fc674232774cb51faee9c7 (diff) | |
download | md-content-5bb2a9ffc2f984975af33508ff9259a5b0af4ffb.tar.gz md-content-5bb2a9ffc2f984975af33508ff9259a5b0af4ffb.zip |
Added article about kernel printk
Diffstat (limited to 'md/writeup')
-rw-r--r-- | md/writeup/compile_linux_kernel.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/md/writeup/compile_linux_kernel.md b/md/writeup/compile_linux_kernel.md index 821b46c..52fa7d9 100644 --- a/md/writeup/compile_linux_kernel.md +++ b/md/writeup/compile_linux_kernel.md @@ -111,7 +111,6 @@ All of this should be enought to run kernel with qemu ## Compile module --> - ## Linux patches @@ -121,6 +120,8 @@ Linux security enhancments https://grsecurity.net/ +Latest patches could be downloaded from https://grsecurity.net/download.php#test + ### Tomoyo MAC based securty mechanism |